mirror of
https://github.com/Respect/Validation.git
synced 2026-03-14 14:25:45 +01:00
1.3 KiB
1.3 KiB
Respect\Validation
The most awesome validation engine ever created for PHP.
- Complex validation made simple:
v::numericVal()->positive()->between(1, 255)->isValid($input). - Advanced exception handling.
- More than 150 (fully tested) validators.
Learn More: