Skip to content

JustBlackBird/jms-serializer-strict-json-bundle

Repository files navigation

JMS Serializer Strict JSON Bundle Build Status

Symfony integration for JustBlackBird\JmsSerializerStrictJson

Installation

Run in the command line:

composer require justblackbird/jms-serializer-strict-json-bundle

Enable the bundle

// app/AppKernel.php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new JustBlackBird\JmsSerializerStrictJsonBundle\JustBlackBirdJmsSerializerStrictJsonBundle(),
        );

        // ...
    }
}

Make sure you enable the bundle after JmsSerializerBundle.

License

Apache 2.0 (c) Dmitriy Simushev

About

Symfony integration for JustBlackBird\JmsSerializerStrictJson

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages