瀏覽代碼

Alphabetize filtering and validation

pull/610/merge
Jose Diaz-Gonzalez 9 年之前
父節點
當前提交
107aae6260
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5
    5
      README.md

+ 5
- 5
README.md 查看文件

@@ -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

Loading…
取消
儲存