mikemirten/json-api-bundle

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

Package info

github.com/mikemirten/JsonApi-Bundle

pkg:composer/mikemirten/json-api-bundle

Statistics

Installs: 6 624

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

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: