/home/techb158/exp.abdallabala.com/vendor/respect/validation
NameSizeModeActions
bin/-0755rm
docs/-0755rm
library/-0755rm
tests/-0755rm
.gitignore540644editdlrm
.php_cs10870644editdlrm
.scrutinizer.yml3560644editdlrm
.travis.yml7620644editdlrm
CHANGELOG.md37840644editdlrm
composer.json16460644editdlrm
CONTRIBUTING.md77510644editdlrm
couscous.yml10470644editdlrm
LICENSE.md16520644editdlrm
mkdocs.yml490644editdlrm
phpunit.xml.dist10530644editdlrm
README.md15350644editdlrm
Edit: /home/techb158/exp.abdallabala.com/vendor/respect/validation/README.md (1535B)
# Respect\Validation [![Build Status](https://img.shields.io/travis/Respect/Validation/master.svg?style=flat-square)](http://travis-ci.org/Respect/Validation) [![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/Respect/Validation/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/Respect/Validation/?branch=master) [![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/Respect/Validation/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/Respect/Validation/?branch=master) [![Latest Stable Version](https://img.shields.io/packagist/v/respect/validation.svg?style=flat-square)](https://packagist.org/packages/respect/validation) [![Total Downloads](https://img.shields.io/packagist/dt/respect/validation.svg?style=flat-square)](https://packagist.org/packages/respect/validation) [![License](https://img.shields.io/packagist/l/respect/validation.svg?style=flat-square)](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 for advanced reporting. - More than 100 (fully tested) validators. - A concrete API for non fluent usage. - Works on PHP 5.4+ ## Documentation Documentation can be found in https://respect-validation.readthedocs.io and also in the [docs/](docs/index.md) folder. ## Table of contents - [Contributing](CONTRIBUTING.md) - [License](LICENSE.md) - [Changelog](CHANGELOG.md)