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

Merge pull request #316 from nickurt/ft-device-detector

Piwik/device-detector for universal device detection that can parse any user agent
This commit is contained in:
Jamie York 2015-05-19 21:41:15 +01:00
commit f0f22c88fc

View File

@ -536,6 +536,7 @@ Libraries to help manage database schemas and migrations.
* [Text](https://github.com/kzykhys/Text) - A text manipulation library.
* [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
* [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) - Universal Device Detection library will parse any User Agent (browser, os, type, brand and model)
## Numbers
*Libraries for working with numbers.*