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

README

Build Status

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

  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.