mikemirten/json-api-bundle

v0.30.1 2018-02-02 21:26 UTC

README

Build Status Code Coverage Scrutinizer Code Quality

This bundle integrates JsonApi component with the Symfony framework. Both, the bundle and the component, requires PHP 7.0 or later.

How to install

Through composer:

composer require mikemirten/json-api-bundle

Add the bundle to kernel of your application:

public function registerBundles()
{
    $bundles = [
        // ...
        new Mikemirten\Bundle\JsonApiBundle\JsonApiBundle()
        // ...
    ];

    return $bundles;
}

How to use

The bundle provides a number of features: