enm / json-api-common
Basic php implementation (shared structures for client and server) of the json api specification (jsonapi.org)
3.2.2
2019-08-29 13:00 UTC
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.