waaseyaa / field
Field type system — pluggable field types, definitions, formatters for Waaseyaa
v0.1.0-alpha.296
2026-08-19 17:27 UTC
Requires
- php: >=8.5
- waaseyaa/access: ^0.1.0-alpha.296
- waaseyaa/audit: ^0.1.0-alpha.296
- waaseyaa/cache: ^0.1.0-alpha.296
- waaseyaa/entity: ^0.1.0-alpha.296
- waaseyaa/foundation: ^0.1.0-alpha.296
- waaseyaa/plugin: ^0.1.0-alpha.296
- waaseyaa/scheduler: ^0.1.0-alpha.296
- waaseyaa/typed-data: ^0.1.0-alpha.296
Requires (Dev)
- phpunit/phpunit: ^13.0
- waaseyaa/database-legacy: ^0.1.0-alpha.296
This package is auto-updated.
Last update: 2026-08-19 17:50:33 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, FieldTypeManager.