Go to file
Henrique Moody 418480a385 Remove hhvm-nightly from the build matrix
HHVM nightly is no longer supported on Ubuntu Precise.
2015-07-28 17:14:51 -03:00
docs Create KeySet rule 2015-07-21 12:35:44 -03:00
library Fix strict standards on KeySet rule 2015-07-28 17:04:09 -03:00
tests Create KeySet rule 2015-07-21 12:35:44 -03:00
.gitignore Create Couscus settings 2015-02-12 15:07:16 -02:00
.scrutinizer.yml Use PSR-2 standard 2015-01-08 00:44:12 -02:00
.travis.yml Remove hhvm-nightly from the build matrix 2015-07-28 17:14:51 -03:00
composer.json Update work in progress version in Composer's file 2015-07-21 12:35:29 -03:00
CONTRIBUTING.md Update "See also" section in *.md files 2015-02-21 07:35:02 -02:00
couscous.yml Add Google Analytics tracking ID to "couscous.yml" 2015-02-18 08:49:05 -02:00
LICENSE.md Update "See also" section in *.md files 2015-02-21 07:35:02 -02:00
phpunit.xml.dist Update PHPUnit settings 2015-01-07 16:02:58 -02:00
README.md Update some files permissions 2015-07-21 11:22:33 -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