waaseyaa / field
Field type system — pluggable field types, definitions, formatters for Waaseyaa
v0.1.0-alpha.7
2026-03-15 03:34 UTC
Requires
- php: >=8.3
- waaseyaa/entity: ^0.1
- waaseyaa/plugin: ^0.1
- waaseyaa/typed-data: ^0.1
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-03-15 16:00:41 UTC
README
Layer 1 — Core Data
Field definition and typed-data integration for Waaseyaa entities.
Defines field types, field definitions attached to EntityType, and the bridge between entity values and the typed-data validation layer. Field definitions drive JSON Schema generation in SchemaPresenter and formatter selection in SSR rendering.
Key classes: FieldDefinitionInterface, FieldTypeRegistry.