dogado/json-api-server

Abstract server side php implementation of the JSON:API protocol.

v3.2.0 2021-12-02 15:50 UTC

This package is auto-updated.

Last update: 2024-04-17 14:16:58 UTC


README

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

Installation

composer require dogado/json-api-server

Documentation

First you should read the docs of dogado/json-api-common where all basic structures will be explained.

  1. JsonApiServer
  2. Request handler
  3. Request validator
  4. Exception handling
  5. Validator for data models

Credits

This package contains code taken from enm/json-api-server.

License

The MIT License (MIT). Please see License File for more information.