bigz/halapi-bundle

Integration of Halapi into Symfony.

Installs: 260

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

0.3.4 2018-08-09 00:10 UTC

This package is not auto-updated.

Last update: 2024-04-23 02:16:07 UTC


README

Symfony bundle for Bigz/Halapi

Install

composer require Bigz/halapibundle

Register it in your AppKernel

new Bigz\HalapiBundle\BigzHalapiBundle(),

Usage

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

Further Documentation

Have a look at http://github.com/Bigz/Halapi

TODO

  • (MUST) Provide configuration options to use the implementation of your choiche (ORM, ODM, ...)