Go to file
2017-03-26 19:58:01 +02:00
docs SimpleXMLElement can also be used as an array 2017-02-05 15:03:48 +01:00
library Merge branch '1.1' 2017-03-14 10:46:47 +01:00
tests Fix coding standard on PHPT file 2017-03-26 19:58:01 +02:00
.docheader Add license check by file to build 2016-10-29 12:31:13 +02:00
.gitattributes Create ".gitattributes" file 2017-02-10 14:55:35 +01:00
.gitignore Update PHP-CS-Fixer settings 2016-10-30 10:39:23 +01:00
.php_cs Always use mbstring functions 2016-10-30 10:45:30 +01:00
.scrutinizer.yml Use PSR-2 standard 2015-01-08 00:44:12 -02:00
.travis.yml Update version constraints on composer.json file 2016-11-05 14:14:38 +01:00
CHANGELOG.md Update "CHANGELOG.md" file 2016-04-23 22:11:23 -03:00
composer.json Upgrade "symfony/validator" version 2016-11-05 14:14:39 +01:00
CONTRIBUTING.md Update contributing guidelines 2015-11-18 05:47:35 -02:00
couscous.yml Add Google Analytics tracking ID to "couscous.yml" 2015-02-18 08:49:05 -02:00
LICENSE.md Create "CHANGELOG.md" file 2015-10-07 02:56:23 -03:00
phpunit.xml.dist Create "SubdivisionCode" rule 2015-09-21 13:54:02 -03:00
README.md Update documentation about supported PHP version 2017-03-14 10:00:48 +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::numericVal()->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 7.0 or above

Table of contents