PHPackages                             opensoft/opensoft-simple-serializer-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. opensoft/opensoft-simple-serializer-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

opensoft/opensoft-simple-serializer-bundle
==========================================

Symfony bundle for a simple-serializer library

2.0.1(8y ago)913.3k3MITPHPPHP ^5.5.9|&gt;=7.0.8

Since Sep 26Pushed 8y ago6 watchersCompare

[ Source](https://github.com/opensoft/OpensoftSimpleSerializerBundle)[ Packagist](https://packagist.org/packages/opensoft/opensoft-simple-serializer-bundle)[ Docs](https://github.com/opensoft/OpensoftSimpleSerializerBundle)[ RSS](/packages/opensoft-opensoft-simple-serializer-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (2)Dependencies (2)Versions (8)Used By (0)

OpensoftSimpleSerializerBundle
==============================

[](#opensoftsimpleserializerbundle)

Introduction
------------

[](#introduction)

OpensoftSimpleSerializerBundle is wrapper for [simple-serializer](https://github.com/opensoft/simple-serializer) library.

[![Build Status](https://camo.githubusercontent.com/5325ef2bd82863b94fe96288742153483c542cbe3b7385d47154c31221f8c55f/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6f70656e736f66742f4f70656e736f667453696d706c6553657269616c697a657242756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/opensoft/OpensoftSimpleSerializerBundle)[![Total Downloads](https://camo.githubusercontent.com/b9114135a3b93a10ae02a75de7256c62579a9148aa44990691655c3867ecc4ab/68747470733a2f2f706f7365722e707567782e6f72672f6f70656e736f66742f6f70656e736f66742d73696d706c652d73657269616c697a65722d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/opensoft/opensoft-simple-serializer-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/b4d1d8ef9d5d9f2d7614dea862f93525758758cb4c6c679af817774c7defd31c/68747470733a2f2f706f7365722e707567782e6f72672f6f70656e736f66742f6f70656e736f66742d73696d706c652d73657269616c697a65722d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/opensoft/opensoft-simple-serializer-bundle)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/1a48b5e7e48e67a0045d5c8b23efeebe1935a1bd9f05e16ccba62fa607cb6861/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6f70656e736f66742f4f70656e736f667453696d706c6553657269616c697a657242756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f733d35393434633531393134363538653134643661646438663761366636303263316433366261363434)](https://scrutinizer-ci.com/g/opensoft/OpensoftSimpleSerializerBundle/)

Installation
------------

[](#installation)

Using Composer (recommended)
----------------------------

[](#using-composer-recommended)

To install OpensoftSimpleSerializerBundle with Composer just add the following to your composer.json file:

```
// composer.json
{
    // ...
    require: {
        // ...
        "opensoft/opensoft-simple-serializer-bundle": "1.0.*"
    }
}
```

Then, you can install the new dependencies by running Composer’s update command from the directory where your composer.json file is located:

```
$ php composer.phar update
```

Composer will automatically download all required files, and install them for you. All that is left to do is to update your AppKernel.php file, and register the new bundle:

```
