Browse Source

Move mobile detect into strings category.

pull/345/merge
Jamie 10 years ago
parent
commit
2f806a7ced
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

536
 * [Text](https://github.com/kzykhys/Text) - A text manipulation library.
536
 * [Text](https://github.com/kzykhys/Text) - A text manipulation library.
537
 * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
537
 * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
538
 * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
538
 * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
539
-* [Device Detector](https://github.com/piwik/device-detector) - Universal Device Detection library will parse any User Agent (browser, os, type, brand and model)
539
+* [Device Detector](https://github.com/piwik/device-detector) - Another library for parsing user agent strings.
540
+* [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets).
540
 
541
 
541
 ## Numbers
542
 ## Numbers
542
 *Libraries for working with numbers.*
543
 *Libraries for working with numbers.*
682
 * [PHP-GPIO](https://github.com/ronanguilloux/php-gpio) - A library for playing with the Raspberry PI's GPIO pins.
683
 * [PHP-GPIO](https://github.com/ronanguilloux/php-gpio) - A library for playing with the Raspberry PI's GPIO pins.
683
 * [print_o](https://github.com/koriym/print_o) - An object graph visualizer.
684
 * [print_o](https://github.com/koriym/print_o) - An object graph visualizer.
684
 * [Alias](https://github.com/fuelphp/alias) - A class aliasing library.
685
 * [Alias](https://github.com/fuelphp/alias) - A class aliasing library.
685
-* [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets).
686
 
686
 
687
 # Software
687
 # Software
688
 *Software for creating a development environment.*
688
 *Software for creating a development environment.*

Loading…
Cancel
Save