|
|
|
|
|
|
590
|
## Strings
|
590
|
## Strings
|
|
591
|
*Libraries for parsing and manipulating strings.*
|
591
|
*Libraries for parsing and manipulating strings.*
|
|
592
|
|
592
|
|
|
|
|
593
|
+* [Agent](https://github.com/jenssegers/agent) - A PHP desktop/mobile user agent parser, based on Mobiledetect.
|
|
593
|
* [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 converter library.
|
594
|
* [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 converter library.
|
|
594
|
-* [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings.
|
|
|
|
595
|
-* [Hoa String](https://github.com/hoaproject/String) - Another UTF-8 string library.
|
|
|
|
596
|
-* [Stringy](https://github.com/danielstjules/Stringy) - A string manipulation library with multibyte support.
|
|
|
|
597
|
* [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours.
|
595
|
* [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours.
|
|
598
|
-* [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
|
|
|
|
|
|
596
|
+* [Device Detector](https://github.com/piwik/device-detector) - Another library for parsing user agent strings.
|
|
|
|
597
|
+* [Hoa String](https://github.com/hoaproject/String) - Another UTF-8 string library.
|
|
|
|
598
|
+* [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets).
|
|
|
|
599
|
+* [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings.
|
|
599
|
* [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
|
600
|
* [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
|
|
600
|
-* [URLify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
|
|
|
|
601
|
-* [Text](https://github.com/kzykhys/Text) - A text manipulation library.
|
|
|
|
602
|
* [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
|
601
|
* [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
|
|
|
|
602
|
+* [Stringy](https://github.com/danielstjules/Stringy) - A string manipulation library with multibyte support.
|
|
|
|
603
|
+* [Text](https://github.com/kzykhys/Text) - A text manipulation library.
|
|
603
|
* [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
|
604
|
* [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
|
|
604
|
-* [Device Detector](https://github.com/piwik/device-detector) - Another library for parsing user agent strings.
|
|
|
|
605
|
-* [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets).
|
|
|
|
606
|
-* [Agent](https://github.com/jenssegers/agent) - A PHP desktop/mobile user agent parser, based on Mobiledetect.
|
|
|
|
|
|
605
|
+* [URLify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
|
|
|
|
606
|
+* [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
|
|
607
|
|
607
|
|
|
608
|
## Numbers
|
608
|
## Numbers
|
|
609
|
*Libraries for working with numbers.*
|
609
|
*Libraries for working with numbers.*
|