Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suven/jsonapilistener
https://github.com/suven/jsonapilistener
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/suven/jsonapilistener
- Owner: Suven
- Created: 2015-10-21T16:30:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-21T16:36:14.000Z (about 9 years ago)
- Last Synced: 2024-10-28T23:21:48.832Z (about 2 months ago)
- Language: PHP
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```