From ac4d97e8c409905ea7867f44599cfe8f6edc5b10 Mon Sep 17 00:00:00 2001 From: Denis K Date: Thu, 28 Jan 2016 23:04:30 +0200 Subject: [PATCH] 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) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6b99a9..e8f4b71 100644 --- a/README.md +++ b/README.md @@ -587,6 +587,7 @@ Libraries to help manage database schemas and migrations. * [Respect Validation](https://github.com/Respect/Validation) - A simple validation library. * [Valitron](https://github.com/vlucas/valitron) - Another validation library. * [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. * [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.