waaseyaa / validation
Data validation constraints and validators for Waaseyaa
v0.1.0-alpha.218
2026-06-16 01:58 UTC
Requires
- php: >=8.5
- symfony/validator: ^7.0
- waaseyaa/typed-data: ^0.1.0-alpha.218
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-06-16 02:04:14 UTC
README
Layer 0 — Foundation
Input validation for Waaseyaa applications.
Wraps Symfony Validator with Waaseyaa conventions for validating request data, entity field values, and configuration inputs. Provides a ValidatorInterface and constraint set aligned with the typed-data layer.
Key classes: ValidatorInterface, ValidationResult, ValidationViolation.