deralia/json-api-bundle

JsonAPI standard implementation Bundle for Symfony 5

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

README

This project is an updated Fork of the mikemirten/json-api-bundle library.
Credits for the code base to the original author.

This bundle integrates JsonApi component with the Symfony framework. Both, the bundle and the component, requires PHP 8.x.

How to install

Through composer:

composer require deralia/json-api-bundle

Add the bundle to your bundles configuration file:

# config/bundles.php

return [
    // ...
    Deralia\Bundle\JsonApiBundle\JsonApiBundle::class => ['all' => true],
    // ...
];

How to use (original Wiki)

The bundle provides a number of features: