Add UA Parser library.

This commit is contained in:
Jamie 2014-01-12 14:41:44 -07:00
parent aa9ce0be4c
commit 33e04c6c11
1 changed files with 1 additions and 0 deletions

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.
* [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.
* [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
## Filtering and Validation
*Libraries for filtering and validating data.*