1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
movim_ynh/sources/vendor/respect/validation
2016-03-14 23:16:11 +01:00
..
docs update to movim upstream 2016-03-14 23:16:11 +01:00
library update to movim upstream 2016-03-14 23:16:11 +01:00
tests update to movim upstream 2016-03-14 23:16:11 +01:00
.gitignore update to movim upstream 2016-03-14 23:16:11 +01:00
.php_cs update to movim upstream 2016-03-14 23:16:11 +01:00
.scrutinizer.yml update to movim upstream 2016-03-14 23:16:11 +01:00
.travis.yml update to movim upstream 2016-03-14 23:16:11 +01:00
CHANGELOG.md update to movim upstream 2016-03-14 23:16:11 +01:00
composer.json update to movim upstream 2016-03-14 23:16:11 +01:00
CONTRIBUTING.md update to movim upstream 2016-03-14 23:16:11 +01:00
couscous.yml update to movim upstream 2016-03-14 23:16:11 +01:00
LICENSE.md update to movim upstream 2016-03-14 23:16:11 +01:00
phpunit.xml.dist update to movim upstream 2016-03-14 23:16:11 +01:00
README.md update to movim upstream 2016-03-14 23:16:11 +01: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+ or HHVM 3.3+

Table of contents