mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 15:25:45 +01:00
No description
- PHP 99.1%
- Shell 0.9%
| docs | ||
| library | ||
| tests | ||
| .gitignore | ||
| .php_cs | ||
| .scrutinizer.yml | ||
| .travis.yml | ||
| CHANGELOG.md | ||
| composer.json | ||
| CONTRIBUTING.md | ||
| couscous.yml | ||
| LICENSE.md | ||
| phpunit.xml.dist | ||
| README.md | ||
Respect\Validation
The most awesome validation engine ever created for PHP.
- Complex rules made simple:
v::numeric()->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 5.4+ or HHVM 3.3+