A PHP implementation of the JSON:API specification for Doctrine ORM.
- Full JSON:API 1.0 specification compliance
- Doctrine ORM integration
- Flexible filtering system with custom filter support
- Sorting, pagination, and sparse fieldsets
- Relationship handling (to-one and to-many)
- Content negotiation
- Validation support via Symfony Validator
- PSR-7 HTTP message interfaces
composer require modufolio/json-api- PHP 8.2 or higher
- Doctrine ORM 3.0+
- PSR-7 HTTP Message implementation
- PSR-17 HTTP Factory implementation
MIT