waaseyaa / node
Content node entity type for Waaseyaa
v0.1.0-alpha.259
2026-07-10 21:31 UTC
Requires
- php: >=8.5
- waaseyaa/access: ^0.1.0-alpha.259
- waaseyaa/database-legacy: ^0.1.0-alpha.259
- waaseyaa/entity: ^0.1.0-alpha.259
- waaseyaa/entity-storage: ^0.1.0-alpha.259
- waaseyaa/field: ^0.1.0-alpha.259
- waaseyaa/foundation: ^0.1.0-alpha.259
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-07-10 21:38:37 UTC
README
Layer 2 — Content Types
Node (content) entity type for Waaseyaa applications.
Defines the node entity type — the primary content entity. Supports arbitrary bundles (content types), editorial workflow states (published/unpublished), and field-based rendering via the SSR layer. Access control follows the standard pattern: administer nodes for admin, access content for viewing published nodes.
Key classes: Node, NodeAccessPolicy, NodeServiceProvider.