mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
Push assert library up the list to maintain alphabetical sorting
This commit is contained in:
parent
3e9bc6660a
commit
0da6260d2c
@ -640,6 +640,7 @@ Libraries to help manage database schemas and migrations.
|
||||
## Filtering and Validation
|
||||
*Libraries for filtering and validating data.*
|
||||
|
||||
* [Assert](https://github.com/beberlei/assert) - A validation library with a rich set of assertions. Supports assertion chaining and lazy assertions.
|
||||
* [Cake Validation](https://github.com/cakephp/validation) - Another validation library (CP).
|
||||
* [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
|
||||
* [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
|
||||
@ -649,7 +650,6 @@ Libraries to help manage database schemas and migrations.
|
||||
* [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation.
|
||||
* [Valitron](https://github.com/vlucas/valitron) - Another validation library.
|
||||
* [Volan](https://github.com/serkin/Volan) - Another simplified validation library.
|
||||
* [Assert](https://github.com/beberlei/assert) - A validation library with a rich set of assertions. Supports assertion chaining and lazy assertions.
|
||||
|
||||
## API
|
||||
*Libraries and web tools for developing APIs.*
|
||||
|
Loading…
Reference in New Issue
Block a user