nilportugues / laravel5-jsonapi

Laravel 5 JSON API Transformer Package
http://nilportugues.com
MIT License
311 stars 70 forks source link

Abandonware (NOT) #113

Closed ghost closed 7 years ago

ghost commented 7 years ago

Project has been abandoned by the owner.

Luisetelo commented 7 years ago

Hi @60days, as you probably know, you need two operations, encoding and decoding to send and receive requests in JSON API format. That library offers you an encoder, but you need to create your own decoder which can be big issue (it has some, but are very simple). Futher reading here. That is for me the main drawback.

nilportugues commented 7 years ago

Not abandoned... just saying.

nilportugues commented 7 years ago

@mpash this project is being used in production by companies and are happy with it. So please, stop bitching.

If you found a bug, provide an issue and a PR fixing it. Or at least data to reproduce the bug.