JSON API Server

Build Status

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

Installation

composer require enm/json-api-server

Documentation

First you should read the docs at 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!