2017 © Pedro Peláez
 

symfony-bridge serializer-bridge

FDevs Serializer Bridge

image

fdevs/serializer-bridge

FDevs Serializer Bridge

  • Wednesday, February 7, 2018
  • by andrey1s
  • Repository
  • 3 Watchers
  • 0 Stars
  • 2,901 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Serializer Bridge

Installation

Serializer uses Composer, please checkout the composer website for more information., (*1)

The simple following command will install serializer-bridge into your project. It also add a new entry in your composer.json and update the composer.lock as well., (*2)

composer require fdevs/serializer-bridge

Use with symfony framework

add bundle to AppKernel

<?php
//app/AppKernel.php
use Symfony\Component\HttpKernel\Kernel;
use Symfony\Component\Config\Loader\LoaderInterface;

class AppKernel extends Kernel
{
    /**
     * {@inheritdoc}
     */
    public function registerBundles()
    {
        $bundles = [
            new FDevs\Bridge\Serializer\FDevsSerializerBundle(),
        ];
    }

}

License

This bridge is under the MIT license. See the complete license in the bridge:, (*3)

Resources/meta/LICENSE

Created by 4devs - Check out our blog for more insight into this and other open-source projects we release., (*4)

The Versions

07/02 2018

1.0.x-dev

1.0.9999999.9999999-dev

FDevs Serializer Bridge

  Sources   Download

MIT

The Requires

 

The Development Requires

serializer

07/02 2018
21/06 2016

dev-master

9999999-dev

FDevs Serializer Bridge

  Sources   Download

MIT

The Requires

 

The Development Requires

serializer

21/06 2016

0.1.1

0.1.1.0

FDevs Serializer Bridge

  Sources   Download

MIT

The Requires

 

The Development Requires

serializer

21/06 2016

0.1.0

0.1.0.0

FDevs Serializer Bridge

  Sources   Download

MIT

The Requires

 

The Development Requires

serializer