Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eosnewmedia/json-api-server
Abstract server-side php implementation of the json api specification (jsonapi.org)
https://github.com/eosnewmedia/json-api-server
abstraction api api-server json json-api library php php-library php7 reusable server server-side
Last synced: about 2 months ago
JSON representation
Abstract server-side php implementation of the json api specification (jsonapi.org)
- Host: GitHub
- URL: https://github.com/eosnewmedia/json-api-server
- Owner: eosnewmedia
- License: mit
- Created: 2017-06-07T14:32:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T19:20:41.000Z (over 5 years ago)
- Last Synced: 2024-09-18T11:57:10.393Z (3 months ago)
- Topics: abstraction, api, api-server, json, json-api, library, php, php-library, php7, reusable, server, server-side
- Language: PHP
- Homepage: https://eosnewmedia.github.io/JSON-API-Server/
- Size: 153 KB
- Stars: 12
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
JSON API Server
===============
[![Build Status](https://travis-ci.org/eosnewmedia/JSON-API-Server.svg?branch=master)](https://travis-ci.org/eosnewmedia/JSON-API-Server)Abstract server-side php implementation of the [json api specification](http://jsonapi.org/format/).
## Installation
```sh
composer require enm/json-api-server
```## Documentation
First you should read the docs at [`enm/json-api-common`](https://eosnewmedia.github.io/JSON-API-Common/) where all basic structures are defined.1. [Json Api Server](docs/json-api-server/index.md)
1. [Endpoints](docs/json-api-server/index.md#endpoints)
1. [Usage](docs/json-api-server/index.md#usage)
1. [Request Handler](docs/request-handler/index.md)
1. [Concept](docs/request-handler/index.md#concept)
1. [Interface](docs/request-handler/index.md#interface)
1. [Usage](docs/request-handler/index.md#usage)
1. [Exception handling](docs/exception-handling/index.md)See [Change Log](CHANGELOG.md) for changes!