hydrakit / validation
Zero-dependency input validation: per-field rules, stateless, shareable.
v0.3.2
2026-09-11 16:10 UTC
Requires
- php: >=8.2
Requires (Dev)
- phpunit/phpunit: ^11.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Read-only mirror.
hydrakit/validationis developed in hydra-foundation/hydra underpackages/validation, and republished here on every push. A commit pushed to this repository is overwritten by the next one; issues are disabled for that reason, and a pull request opened here cannot be merged. Both belong upstream.
Validates a set of input values against a per-field list of rules. Stateless.
The rules travel with each call, so one Validator can be shared and autowired.
Ships no ServiceProvider; the validator has no dependencies to bind.