Search by

hydrakit / validation

whleucka

Zero-dependency input validation: per-field rules, stateless, shareable.

Package info

github.com/hydra-foundation/validation

pkg:composer/hydrakit/validation

Statistics

Installs: 39

Dependents: 2

Suggesters: 0

Stars: 0

v0.3.2 2026-09-11 16:10 UTC

This package is auto-updated.

Last update: 2026-09-11 20:38:34 UTC


README

Read-only mirror. hydrakit/validation is developed in hydra-foundation/hydra under packages/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.