enm / json-api-server
Abstract server-side php implementation of the json api specification (jsonapi.org)
Installs: 12 368
Dependents: 2
Suggesters: 0
Security: 0
Stars: 12
Watchers: 7
Forks: 4
Open Issues: 0
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!