Update README.md

Adding new library "Simple PHP request validator" - it's unique, documented, tested and very convenient tool for validation) 
It's "young" library, I think it will become very popular because of simplicity)
This commit is contained in:
Denis K 2016-01-28 23:04:30 +02:00
parent 54599edd56
commit ac4d97e8c4

View File

@ -587,6 +587,7 @@ Libraries to help manage database schemas and migrations.
* [Respect Validation](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. * [Valitron](https://github.com/vlucas/valitron) - Another validation library.
* [Cake Validation](https://github.com/cakephp/validation) - Another validation library (CP). * [Cake Validation](https://github.com/cakephp/validation) - Another validation library (CP).
* [Request Validator](https://github.com/progsmile/request-validator) - A simple PHP request validator (like in Laravel).
* [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation. * [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. * [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
* [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML. * [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.