chris-doehring/enm-json-api-server

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

Abstract server-side php implementation of the json api specification (jsonapi.org)

5.1.0 2020-10-31 22:43 UTC

This package is auto-updated.

Last update: 2021-06-14 20:08:35 UTC


README

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

This package is abandoned. Please use dogado/json-api-server instead.

Abstract server-side php implementation of the json api specification.

It's based on the original creation of the eosnewmedia team and the maintainer Philipp Marien.

Installation

composer require chris-doehring/enm-json-api-server

Documentation

First you should read the docs at chris-doehring/enm-json-api-common where all basic structures are defined.

  1. Json Api Server
    1. Endpoints
    2. Usage
  2. Request Handler
    1. Concept
    2. Interface
    3. Usage
  3. Exception handling

See change log for changes!