neomerx / json-api

Framework agnostic JSON API (jsonapi.org) implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slim-Integration

ratbird opened this issue · comments

Some months ago I implemented a Slim 3 integration using neomerx/json-api v0.6.x and neomerx/limoncello v0.5.1.

After the release of neomerx/json-api v0.8.x I am left out in the cold as I have no clue how to implement this.

I saw the LaravelServiceProvider.php and LumenServiceProvider.php in the develop branch of limoncello but I could use some (conclusive) hints how to go about integrating json-api into Slim...

Could you please assist?

@ratbird There were no dramatical changes in API. You can easily get up-to-date with upgrade notes.

Also you may see a sample application implementation flute and integration/API imlementation.

If you have any further questions please don't hesitate to ask.