PHPackages                             andytruong/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. andytruong/serializer

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

andytruong/serializer
=====================

Very simple library to serialize/unserialize PHP objects.

v0.1.4(11y ago)02.0k1[1 issues](https://github.com/andytruong/serializer/issues)2MITPHPPHP &gt;=5.4

Since Jul 15Pushed 11y ago1 watchersCompare

[ Source](https://github.com/andytruong/serializer)[ Packagist](https://packagist.org/packages/andytruong/serializer)[ Docs](https://github.com/andytruong/serializer)[ RSS](/packages/andytruong-serializer/feed)WikiDiscussions v0.1 Synced 6d ago

READMEChangelog (3)Dependencies (3)Versions (6)Used By (2)

Serializer [![Build Status](https://camo.githubusercontent.com/51ffa7a3b93e7bede8dea6aa20384c957db720282d574eb5117d5816d88fabc9/68747470733a2f2f6170692e7472617669732d63692e6f72672f61747068702f73657269616c697a65722e7376673f6272616e63683d76302e31)](https://travis-ci.org/atphp/serializer) [![Latest Stable Version](https://camo.githubusercontent.com/f4c67e96009cb6ef335cdc06ea2bc985eba33f9d0dbd412b2a654e6abb7f6dd4/68747470733a2f2f706f7365722e707567782e6f72672f61747068702f73657269616c697a65722f762f737461626c652e706e67)](https://packagist.org/packages/atphp/serializer) [![License](https://camo.githubusercontent.com/59bc2f7cd01c30804687c87f4dcefb9af5de0e53c08be9b577bd4c9517a55f29/68747470733a2f2f706f7365722e707567782e6f72672f61747068702f73657269616c697a65722f6c6963656e73652e706e67)](https://packagist.org/packages/atphp/serializer)
==================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#serializer---)

Very simple Serializer/Unserializer for PHP objects.

If we have this very simple class:

```
