enm / json-api-server
Abstract server-side php implementation of the json api specification (jsonapi.org)
3.1.1
2019-08-30 19:20 UTC
Requires
- php: >=7.2
- enm/json-api-common: ^3.2
Requires (Dev)
- phpunit/phpunit: ^7.0
README
Abstract server-side php implementation of the json api specification.
Installation
composer require enm/json-api-server
Documentation
First you should read the docs at enm/json-api-common where all basic structures are defined.
See Change Log for changes!