From 33e04c6c1154fd6c207607f55c3f60984dd30202 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sun, 12 Jan 2014 14:41:44 -0700 Subject: [PATCH] Add UA Parser library. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 21e975f..fb1d0d8 100644 --- a/README.md +++ b/README.md @@ -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.*