waaseyaa / taxonomy
Taxonomy vocabulary and term entity types 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/database-legacy: ^0.1.0-alpha.296
- waaseyaa/entity: ^0.1.0-alpha.296
- waaseyaa/field: ^0.1.0-alpha.296
- waaseyaa/foundation: ^0.1.0-alpha.296
Requires (Dev)
- phpunit/phpunit: ^13.0
- waaseyaa/entity-storage: ^0.1.0-alpha.296
This package is auto-updated.
Last update: 2026-08-19 17:53:48 UTC
README
Layer 2 — Content Types
Taxonomy (vocabulary and term) entity types for Waaseyaa applications.
Defines vocabulary and taxonomy_term entity types for hierarchical classification of content. Terms can be nested (parent/child), ordered by weight, and referenced by other entity types via relationship fields.
Key classes: Vocabulary, TaxonomyTerm, TaxonomyAccessPolicy, TaxonomyServiceProvider.