rocketman/json-api-server

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

v3.1.1+rocketman.1 2025-06-04 18:19 UTC

README

Build Status

license latest version

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

This is a fork of the upstream enm/json-api-server with post-release fixes.

Installation

composer require rocketman/json-api-server

Documentation

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