Go to file
Henrique Moody f2292312bc Add "CONCREATE_API.md" to repository
This file was create by Alexandre Gaigalas, I just add this to the
repository.
2015-02-12 15:07:10 -02:00
docs Add "CONCREATE_API.md" to repository 2015-02-12 15:07:10 -02:00
library Merge pull request #176 from henriquemoody/namespace 2015-02-11 12:43:59 -02:00
tests Merge pull request #176 from henriquemoody/namespace 2015-02-11 12:43:59 -02:00
.gitignore Update PHPUnit settings 2015-01-07 16:02:58 -02:00
.scrutinizer.yml Use PSR-2 standard 2015-01-08 00:44:12 -02:00
.travis.yml Remove allow failures on HHVM builds 2015-02-07 18:06:23 -02:00
composer.json Update work in progress version in Composer's file 2015-02-11 13:07:45 -02:00
CONTRIBUTING.md Update documentation 2015-02-12 14:37:33 -02:00
LICENSE.md Update documentation 2015-02-12 14:37:33 -02:00
phpunit.xml.dist Update PHPUnit settings 2015-01-07 16:02:58 -02:00
README.md Add "CONCREATE_API.md" to repository 2015-02-12 15:07:10 -02: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.
  • Almost 100 (fully tested) validators.
  • A concrete API for non fluent usage.

Table of contents