waaseyaa/relationship

Reusable relationship primitives for Waaseyaa applications

Maintainers

Package info

github.com/waaseyaa/relationship

pkg:composer/waaseyaa/relationship

Statistics

Installs: 2 973

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0-alpha.161 2026-04-26 00:23 UTC

This package is auto-updated.

Last update: 2026-04-26 00:55:32 UTC


README

Layer 2 — Content Types

Entity relationship modeling for Waaseyaa applications.

Defines the relationship entity type for typed connections between entities (e.g. author→article, tag→post). RelationshipDiscoveryService and RelationshipTraversalService power relationship-aware rendering in the SSR layer. RelationshipAccessPolicy is auto-discovered via #[PolicyAttribute]. See docs/specs/relationship-modeling.md.

Key classes: Relationship, RelationshipDiscoveryService, RelationshipTraversalService, RelationshipAccessPolicy, RelationshipServiceProvider.