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

Added piwik/device-detector for universal device detection that can parse any user agent

This commit is contained in:
nickurt 2015-01-18 13:35:49 +01:00
parent 366567bddb
commit 30dbb240d2

View File

@ -498,6 +498,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.*