waaseyaa/typed-data

Type system with PHP-native facade for Waaseyaa

Maintainers

Package info

github.com/waaseyaa/typed-data

pkg:composer/waaseyaa/typed-data

Statistics

Installs: 4 678

Dependents: 5

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0-alpha.90 2026-03-16 21:50 UTC

README

Layer 0 — Foundation

Typed data validation and coercion for Waaseyaa applications.

Provides a type system for entity field values with runtime coercion (string→int, null→default, etc.) and validation constraints. Integrates with Symfony Validator for constraint-based validation. Used by the field system to validate entity values before persistence.

Key classes: TypedDataInterface, DataDefinition, TypedDataManager.