chris-doehring / enm-json-api-server
Abstract server-side php implementation of the json api specification (jsonapi.org)
Installs: 116
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
pkg:composer/chris-doehring/enm-json-api-server
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!