1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-06 16:30:48 +00:00

Merge pull request #20 from danizord/hotfix/respect-validation-name

Fix Respect\Validation name
This commit is contained in:
Jamie York 2013-12-10 09:47:18 -08:00
commit c3ae92ca51

View File

@ -410,7 +410,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
*Libraries for filtering and validating data.*
* [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
* [Respect Validate](https://github.com/Respect/Validation) - A simple validation library.
* [Respect Validation](https://github.com/Respect/Validation) - A simple validation library.
* [Valitron](https://github.com/vlucas/valitron) - Another validation library.
* [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation.
* [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.