mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 15:25:45 +01:00
Because the document was quite big already, I split the exception handling part to another document.
1.3 KiB
1.3 KiB
Respect\Validation
The most awesome validation engine ever created for PHP.
- Complex rules made simple:
v::numericVal()->positive()->between(1, 255)->isValid($input). - Granularity control for advanced reporting.
- More than 150 (fully tested) validation rules.
- A concrete API for non fluent usage.
Learn More: