waaseyaa / api
RESTful JSON:API resource layer 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/entity-storage: ^0.1.0-alpha.218
- waaseyaa/foundation: ^0.1.0-alpha.218
- waaseyaa/notification: ^0.1.0-alpha.218
- waaseyaa/queue: ^0.1.0-alpha.218
- waaseyaa/routing: ^0.1.0-alpha.218
- waaseyaa/scheduler: ^0.1.0-alpha.218
- waaseyaa/workflows: ^0.1.0-alpha.218
Requires (Dev)
- phpunit/phpunit: ^10.5
- waaseyaa/audit: ^0.1.0-alpha.218
- waaseyaa/database-legacy: ^0.1.0-alpha.218
- waaseyaa/media: ^0.1.0-alpha.218
- waaseyaa/telescope: ^0.1.0-alpha.218
This package is auto-updated.
Last update: 2026-06-16 02:03:46 UTC
README
Layer 4 — API
JSON:API endpoint layer for Waaseyaa applications.
Provides JsonApiController with CRUD patterns, ResourceSerializer for entity-to-JSON:API serialization (with optional field-level access filtering), SchemaPresenter for JSON Schema output, and DiscoveryApiHandler for resource discovery. Access is enforced via route options processed by AccessChecker.
Key classes: JsonApiController, ResourceSerializer, SchemaPresenter, DiscoveryApiHandler.