Parcourir la source

Alphabetize strings

pull/610/merge
Jose Diaz-Gonzalez il y a 9 ans
Parent
révision
d90fce43b3
1 fichiers modifiés avec 9 ajouts et 9 suppressions
  1. 9
    9
      README.md

+ 9
- 9
README.md Voir le fichier

@@ -590,20 +590,20 @@ Libraries to help manage database schemas and migrations.
590 590
 ## Strings
591 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 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 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 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 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 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 608
 ## Numbers
609 609
 *Libraries for working with numbers.*

Chargement…
Annuler
Enregistrer