enm / json-api-common
Basic php implementation (shared structures for client and server) of the json api specification (jsonapi.org)
Installs: 104 566
Dependents: 3
Suggesters: 0
Security: 0
Stars: 14
Watchers: 6
Forks: 13
Open Issues: 7
Requires
- php: >=7.2
- psr/http-message: ^1.0
Requires (Dev)
- guzzlehttp/psr7: ^1.4
- phpunit/phpunit: ^7.0
README
This library contains php classes and interfaces shared between
enm/json-api-server
and
enm/json-api-client
.
Installation
composer require enm/json-api-common
Documentation
- JsonApiTrait
- Resources
- Attributes and Meta-Informations
- Links
- Documents
- Exceptions and Errors
- Request and Response
Changelog
See the Changelog.