Skip to content

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

License

Notifications You must be signed in to change notification settings

dogado-group/json-api-server

Repository files navigation

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.