eosnewmedia / JSON-API-Common

Basic php implementation (shared structures for client and server) of the json api specification (jsonapi.org)
https://eosnewmedia.github.io/JSON-API-Common/
MIT License
14 stars 13 forks source link
abstraction api json json-api library php php-library php7 reusable

JSON API Common

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.