chris-doehring / enm-json-api-common
Basic php implementation (shared structures for client and server) of the json api specification (jsonapi.org)
Installs: 1 229
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 11
Open Issues: 0
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- psr/http-message: ^1.0
Requires (Dev)
- fakerphp/faker: ^1.10
- guzzlehttp/psr7: ^1.4
- php-coveralls/php-coveralls: ^2.2
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2021-06-14 19:59:04 UTC
README
This package is abandoned. Please use dogado/json-api-common
instead.
This library contains php classes and interfaces shared between
chris-doehring/enm-json-api-server
and
chris-doehring/enm-json-api-client
.
It's based on the original creation of the eosnewmedia team and the maintainer Philipp Marien.
Installation
composer require chris-doehring/enm-json-api-common
Documentation
- JsonApiTrait
- Resources
- Attributes and Meta-Informations
- Links
- Documents
- Exceptions and Errors
- Request and Response
Changelog
See the Changelog.