rocketman / json-api-server
Abstract server-side php implementation of the json api specification (jsonapi.org)
v3.1.1+rocketman.1
2025-06-04 18:19 UTC
Requires
- php: >=7.2
- rocketman/json-api-common: ^3.2
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2025-06-04 18:23:14 UTC
README
Abstract server-side php implementation of the json api specification.
This is a fork of the upstream enm/json-api-server
with post-release
fixes.
Installation
composer require rocketman/json-api-server
Documentation
First you should read the docs at rocketman/json-api-common
where all basic structures are defined.
See Change Log for changes!