1
0
mirror of https://github.com/ziadoz/awesome-php.git synced 2025-08-01 12:20:30 +02:00

Suggest Agent

This commit is contained in:
Jens Segers
2016-03-15 18:08:54 +01:00
parent 8294b5b510
commit 8cd7d75c5f

View File

@@ -589,6 +589,7 @@ Libraries to help manage database schemas and migrations.
* [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
* [Device Detector](https://github.com/piwik/device-detector) - Another library for parsing user agent strings.
* [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets).
* [Agent](https://github.com/jenssegers/agent) - A PHP desktop/mobile user agent parser, based on Mobiledetect.
## Numbers
*Libraries for working with numbers.*