Go to file
2015-10-17 14:10:41 -03:00
docs Fix typo on "Alnum" docs 2015-10-17 13:24:16 -03:00
library Drop support for PHP 5.3 2015-10-17 12:55:52 -03:00
tests Create unit tests for "AlwaysValid" rule 2015-10-17 14:03:03 -03:00
.gitignore Add "composer.lock" to the .gitignore list 2015-10-17 14:10:41 -03:00
.php_cs Suggest php-cs-fixer and add default config 2015-08-10 20:22:04 +02:00
.scrutinizer.yml Use PSR-2 standard 2015-01-08 00:44:12 -02:00
.travis.yml Drop support for PHP 5.3 2015-10-17 12:55:52 -03:00
CHANGELOG.md Create "IntType" rule 2015-10-16 23:43:01 -03:00
composer.json Drop support for PHP 5.3 2015-10-17 12:55:52 -03:00
CONTRIBUTING.md Rename rule "Int" to "IntVal" 2015-10-07 11:46:57 -03: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 Create "CHANGELOG.md" file 2015-10-07 02:56:23 -03: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, 256)->validate($myNumber).
  • Granularity control for advanced reporting.
  • More than 100 (fully tested) validators.
  • A concrete API for non fluent usage.
  • Works on PHP 5.3+ or HHVM 3.3+

Table of contents