Go to file
Henrique Moody 9ab672d489 Fix bugs on "SubdivisionCode" rule
The last commit was a cherry-pick from a long time ago, so the test was
into a different repository which could not be seen by PHPUnit. I moved
the tests and them I could see that the rule had some bugs and wrong
exception messages.
2015-09-22 10:08:17 -03:00
docs Create "SubdivisionCode" rule 2015-09-21 13:54:02 -03:00
library Fix bugs on "SubdivisionCode" rule 2015-09-22 10:08:17 -03:00
tests Fix bugs on "SubdivisionCode" rule 2015-09-22 10:08:17 -03:00
.gitignore Create Couscus settings 2015-02-12 15:07:16 -02: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 Move unit tests to "tests/unit" 2015-08-11 13:36:25 -03:00
composer.json Suggest php-cs-fixer and add default config 2015-08-10 20:22:04 +02:00
CONTRIBUTING.md Standard for "See also:" on documentation 2015-08-20 01:38:41 -03:00
couscous.yml Add Google Analytics tracking ID to "couscous.yml" 2015-02-18 08:49:05 -02:00
LICENSE.md Standard for "See also:" on documentation 2015-08-20 01:38:41 -03:00
phpunit.xml.dist Create "SubdivisionCode" rule 2015-09-21 13:54:02 -03: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