modufolio/json-api

JSON:API implementation for Doctrine ORM

Maintainers

Package info

github.com/modufolio/json-api

pkg:composer/modufolio/json-api

Statistics

Installs: 79

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 1

dev-master 2026-02-27 14:24 UTC

This package is not auto-updated.

Last update: 2026-03-13 14:58:01 UTC


README

License: MIT codecov

A PHP implementation of the JSON:API specification for Doctrine ORM.

Features

  • 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

Installation

composer require modufolio/json-api

Requirements

  • PHP 8.2 or higher
  • Doctrine ORM 3.0+
  • PSR-7 HTTP Message implementation
  • PSR-17 HTTP Factory implementation

License

MIT