Browse Source

Push assert library up the list to maintain alphabetical sorting

pull/628/head
Mirosław Filip 9 years ago
parent
commit
0da6260d2c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

640
 ## Filtering and Validation
640
 ## Filtering and Validation
641
 *Libraries for filtering and validating data.*
641
 *Libraries for filtering and validating data.*
642
 
642
 
643
+* [Assert](https://github.com/beberlei/assert) - A validation library with a rich set of assertions. Supports assertion chaining and lazy assertions.
643
 * [Cake Validation](https://github.com/cakephp/validation) - Another validation library (CP).
644
 * [Cake Validation](https://github.com/cakephp/validation) - Another validation library (CP).
644
 * [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
645
 * [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
645
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
646
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
649
 * [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation.
650
 * [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation.
650
 * [Valitron](https://github.com/vlucas/valitron) - Another validation library.
651
 * [Valitron](https://github.com/vlucas/valitron) - Another validation library.
651
 * [Volan](https://github.com/serkin/Volan) - Another simplified validation library.
652
 * [Volan](https://github.com/serkin/Volan) - Another simplified validation library.
652
-* [Assert](https://github.com/beberlei/assert) - A validation library with a rich set of assertions. Supports assertion chaining and lazy assertions.
653
 
653
 
654
 ## API
654
 ## API
655
 *Libraries and web tools for developing APIs.*
655
 *Libraries and web tools for developing APIs.*

Loading…
Cancel
Save