Search by

rocketman / json-api-server

RocketMan

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

Package info

github.com/RocketMan/JSON-API-Server

pkg:composer/rocketman/json-api-server

Statistics

Installs: 1 852

Dependents: 0

Suggesters: 0

Stars: 0

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!