kch / validation
The most awesome validation engine ever created for PHP
1.1.x-dev
2017-10-17 10:15 UTC
Requires
- php: >=5.4
- symfony/polyfill-mbstring: ^1.2
Requires (Dev)
- egulias/email-validator: ~1.2
- malkusch/bav: ~1.0
- mikey179/vfsstream: ^1.5
- phpunit/phpunit: ~4.0
- symfony/validator: ~2.6.9
- zendframework/zend-validator: ~2.3
Suggests
- ext-bcmath: Arbitrary Precision Mathematics
- ext-mbstring: Multibyte String Functions
- egulias/email-validator: Strict (RFC compliant) email validation
- fabpot/php-cs-fixer: Fix PSR2 and other coding style issues
- malkusch/bav: German bank account validation
- symfony/validator: Use Symfony validator through Respect\Validation
- zendframework/zend-validator: Use Zend Framework validator through Respect\Validation
This package is not auto-updated.
Last update: 2024-12-08 05:40:04 UTC
README
Fork of 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+