julienverrecchia / serializer

Library for (de-)serializing data of any complexity (supports XML, JSON, YAML)

Home Page:http://jmsyst.com/libs/serializer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serializer

Official documentation.

This fork is used to fix a bug in a legacy project which still has a PHP 5.3.x requirement but needs to work with PHP 5.6. The issue was fixed in official 1.0 release (schmittjoh#431).

Composer configuration

composer.json

    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/julienverrecchia/serializer"
        }
    ],
    "require": {
            ...
            "jms/serializer": "dev-php56fix as 0.16.0",
            ...
        }
    },

Tag : 0.17

About

Library for (de-)serializing data of any complexity (supports XML, JSON, YAML)

http://jmsyst.com/libs/serializer

License:Apache License 2.0


Languages

Language:PHP 100.0%