Quellcode durchsuchen

Alphabetize filtering and validation

pull/610/merge
Jose Diaz-Gonzalez vor 9 Jahren
Ursprung
Commit
107aae6260
1 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  1. 5
    5
      README.md

+ 5
- 5
README.md Datei anzeigen

@@ -618,14 +618,14 @@ Libraries to help manage database schemas and migrations.
618 618
 ## Filtering and Validation
619 619
 *Libraries for filtering and validating data.*
620 620
 
621
-* [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
622
-* [Respect Validation](https://github.com/Respect/Validation) - A simple validation library.
623
-* [Valitron](https://github.com/vlucas/valitron) - Another validation library.
624 621
 * [Cake Validation](https://github.com/cakephp/validation) - Another validation library (CP).
625
-* [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation.
626 622
 * [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
627
-* [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
623
+* [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
628 624
 * [ISO-codes](https://github.com/ronanguilloux/IsoCodes) - A library for validating various ISO and ZIP codes (IBAN, SWIFT/BIC, BBAN, VAT, SSN, UKNIN).
625
+* [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
626
+* [Respect Validation](https://github.com/Respect/Validation) - A simple validation library.
627
+* [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation.
628
+* [Valitron](https://github.com/vlucas/valitron) - Another validation library.
629 629
 * [Volan](https://github.com/serkin/Volan) - Another simplified validation library.
630 630
 
631 631
 ## API

Laden…
Abbrechen
Speichern