/home/techb158/exp.abdallabala.com/vendor/respect/validation/docs
Edit: /home/techb158/exp.abdallabala.com/vendor/respect/validation/docs/index.md (1336B)
# Overview
[](http://travis-ci.org/Respect/Validation)
[](https://scrutinizer-ci.com/g/Respect/Validation/?branch=master)
[](https://scrutinizer-ci.com/g/Respect/Validation/?branch=master)
[](https://packagist.org/packages/respect/validation)
[](https://packagist.org/packages/respect/validation)
[](https://packagist.org/packages/respect/validation)
[The most awesome validation engine ever created for PHP.](http://bit.ly/1a1oeQv)
- Complex rules made simple: `v::numeric()->positive()->between(1, 255)->validate($input)`.
- [Granularity control](feature-guide.md#validation-methods) for advanced reporting.
- More than 100 (fully tested) validators.
- [A concrete API](concrete-api.md) for non fluent usage.
- Works on PHP 5.4+