Symfony bundle for Bigz/Halapi
composer require Bigz/halapibundle
Register it in your AppKernel
new Bigz\HalapiBundle\BigzHalapiBundle(),
It will hook in JmsSerializer and add HATEOAS data before serialization. Experimental If the header Content-Type: application/vnd.api+json is specified, it will transform the output to JSONApi
Have a look at http://github.com/Bigz/Halapi
- (MUST) Provide configuration options to use the implementation of your choiche (ORM, ODM, ...)