<?php 
echo implode(', ', \DeviceDetector\Parser\Client\Library::getAvailableClients());
?>


### List of detected media players:

<?php 
echo implode(', ', \DeviceDetector\Parser\Client\MediaPlayer::getAvailableClients());
?>


### List of detected mobile apps:

<?php 
echo implode(', ', \DeviceDetector\Parser\Client\MobileApp::getAvailableClients());
?>
  and *mobile apps using [AFNetworking](https://github.com/AFNetworking/AFNetworking)*


### List of detected PIMs (personal information manager):

<?php 
echo implode(', ', \DeviceDetector\Parser\Client\PIM::getAvailableClients());
?>


### List of detected feed readers:

<?php 
echo implode(', ', \DeviceDetector\Parser\Client\FeedReader::getAvailableClients());