1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-16 21:02:20 +00:00

Add a mobile detect library

Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
This commit is contained in:
Boris Huai 2015-01-14 09:04:54 +08:00
parent 366567bddb
commit 665470a2de

View File

@ -641,6 +641,7 @@ Libraries to help manage database schemas and migrations.
* [PHP-GPIO](https://github.com/ronanguilloux/php-gpio) - A library for playing with the Raspberry PI's GPIO pins.
* [print_o](https://github.com/koriym/print_o) - An object graph visualizer.
* [Alias](https://github.com/fuelphp/alias) - A class aliasing library.
* [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets).
# Software
*Software for creating a development environment.*