modufolio/json-api

JSON:API implementation for Doctrine ORM

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 1

pkg:composer/modufolio/json-api

dev-master 2026-02-04 22:28 UTC

This package is not auto-updated.

Last update: 2026-02-06 00:17:11 UTC


README

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