1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-01 05:50:50 +00:00

Add UA Parser library.

This commit is contained in:
Jamie 2014-01-12 14:41:44 -07:00
parent aa9ce0be4c
commit 33e04c6c11

View File

@ -417,6 +417,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure. * [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure.
* [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements. * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
* [Byte](https://github.com/jschaedl/Byte) - A simple byte conversion library. * [Byte](https://github.com/jschaedl/Byte) - A simple byte conversion library.
* [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
## Filtering and Validation ## Filtering and Validation
*Libraries for filtering and validating data.* *Libraries for filtering and validating data.*