chris-doehring/enm-json-api-common

This package is abandoned and no longer maintained. The author suggests using the dogado/json-api-common package instead.

Basic php implementation (shared structures for client and server) of the json api specification (jsonapi.org)

5.1.0 2020-10-31 22:28 UTC

README

Build Status Coverage Status Total Downloads Latest Stable Version Latest Unstable Version License

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

  1. JsonApiTrait
  2. Resources
    1. Relationships
  3. Attributes and Meta-Informations
  4. Links
  5. Documents
  6. Exceptions and Errors
  7. Request and Response

Changelog

See the Changelog.