mirror of
https://github.com/Respect/Validation.git
synced 2026-03-14 22:35:45 +01:00
The phrase "granularity control for advanced reporting" is not accurate anymore. Although we offer much better exception handling now, we are currently not offering granularity control at a global level (previously implemented by the check() interface). If that were to be changed, we can restore that headline. I instead replaced with the phrase "Advanced exception handling", which accurately describes what we offer. I also removed the `concrete-api.md`, which was a document describing how we don't rely on static calls. We do, in fact, recommend some of them, such as `ValidatorBuilder::init`, and although they can be avoided, it relies on setting up a custom container which we do not offer full documentation for yet.
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: