chris-doehring / enm-json-api-server
This package is abandoned and no longer maintained.
The author suggests using the dogado/json-api-server package instead.
Abstract server-side php implementation of the json api specification (jsonapi.org)
5.1.0
2020-10-31 22:43 UTC
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- chris-doehring/enm-json-api-common: ^5.1
Requires (Dev)
- php-coveralls/php-coveralls: ^2.2
- phpunit/phpunit: ^9.0
README
This package is abandoned. Please use dogado/json-api-server
instead.
Abstract server-side php implementation of the json api specification.
It's based on the original creation of the eosnewmedia team and the maintainer Philipp Marien.
Installation
composer require chris-doehring/enm-json-api-server
Documentation
First you should read the docs at chris-doehring/enm-json-api-common where all basic structures are defined.
See change log for changes!