Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suven/jsonapilistener


https://github.com/suven/jsonapilistener

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# JsonApiListener plugin for CakePHP

With this plugin it is possible to auto-generate an API conform to [jsonapi.org 1.0](http://jsonapi.org/format/1.0/) in CakePHP.

It requires you to use [FriendsOfCake/crud](https://github.com/FriendsOfCake/crud).

The development just started, so don't expect anything to work yet.

## Installation

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require Suven/JsonApiListener
```