Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.82 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.82 KB

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

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.