PHPackages                             yashuk803/serializer - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. yashuk803/serializer

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

yashuk803/serializer
====================

This is a easy library serializer

1.0(7y ago)12Yashuk803PHPPHP &gt;=7.1

Since Feb 26Pushed 7y agoCompare

[ Source](https://github.com/yashuk803/library_serializer)[ Packagist](https://packagist.org/packages/yashuk803/serializer)[ RSS](/packages/yashuk803-serializer/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Library Serializer
==================

[](#library-serializer)

With the Serializer library it's possible to handle serializing data structures, including object graphs, into array structures

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

[](#installation)

For creating new project based on this template just execute the following command

```
$ git clone https://github.com/yashuk803/library_serializer.git

$ composer install

```

Usage
-----

[](#usage)

1. Create Object which you want serialize
2. In folder bin/console.php use your Object and class encoder JsonEncoder or YamlEncoder
3. use method serialize() than get json\_encode or yaml\_encode format;

Exemple
-------

[](#exemple)

./test/Person.php

```
