From 30dbb240d2181a6f8ca02f567e3d6b790fc7caa3 Mon Sep 17 00:00:00 2001 From: nickurt Date: Sun, 18 Jan 2015 13:35:49 +0100 Subject: [PATCH] Added piwik/device-detector for universal device detection that can parse any user agent --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3af3ea3..db8d1df 100644 --- a/README.md +++ b/README.md @@ -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.*