tao-test/app/vendor/respect/validation
2022-08-29 20:14:13 +02:00
..
bin Code, before instalation. 2022-08-29 20:14:13 +02:00
docs Code, before instalation. 2022-08-29 20:14:13 +02:00
library Code, before instalation. 2022-08-29 20:14:13 +02:00
tests Code, before instalation. 2022-08-29 20:14:13 +02:00
.gitignore Code, before instalation. 2022-08-29 20:14:13 +02:00
.php_cs Code, before instalation. 2022-08-29 20:14:13 +02:00
.scrutinizer.yml Code, before instalation. 2022-08-29 20:14:13 +02:00
.travis.yml Code, before instalation. 2022-08-29 20:14:13 +02:00
CHANGELOG.md Code, before instalation. 2022-08-29 20:14:13 +02:00
composer.json Code, before instalation. 2022-08-29 20:14:13 +02:00
CONTRIBUTING.md Code, before instalation. 2022-08-29 20:14:13 +02:00
couscous.yml Code, before instalation. 2022-08-29 20:14:13 +02:00
LICENSE.md Code, before instalation. 2022-08-29 20:14:13 +02:00
mkdocs.yml Code, before instalation. 2022-08-29 20:14:13 +02:00
phpunit.xml.dist Code, before instalation. 2022-08-29 20:14:13 +02:00
README.md Code, before instalation. 2022-08-29 20:14:13 +02:00

Respect\Validation

Build Status Scrutinizer Code Quality Code Coverage Latest Stable Version Total Downloads License

The most awesome validation engine ever created for PHP.

  • 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/ folder.

Table of contents