waaseyaa / engagement
Social engagement entities (reactions, comments, follows) for Waaseyaa
v0.1.0-alpha.218
2026-06-16 01:58 UTC
Requires
- php: >=8.5
- waaseyaa/access: ^0.1.0-alpha.218
- waaseyaa/entity: ^0.1.0-alpha.218
- waaseyaa/foundation: ^0.1.0-alpha.218
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-06-16 02:03:41 UTC
README
Layer 2 — Content Types
Social engagement entities for Waaseyaa: reactions, comments, follows.
Provides three content entities (Reaction, Comment, Follow) with their own access policies that respect parent-content visibility — comments on a draft post are not visible to anonymous readers even if the comment itself is public. EngagementAccessPolicy enforces the parent-cascade.
Key classes: Reaction, Comment, Follow, EngagementAccessPolicy, EngagementServiceProvider.