jms-serializer / serializer
Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.
Installs: 87 003
Dependents: 4
Suggesters: 2
Security: 0
Stars: 5
Watchers: 2
Forks: 492
Open Issues: 3
Requires
- php: >=5.5.0
- doctrine/annotations: 1.*
- doctrine/instantiator: ~1.0.3
- jms/metadata: ~1.1
- jms/parser-lib: 1.*
- phpcollection/phpcollection: ~0.1
Requires (Dev)
- doctrine/orm: ~2.1
- doctrine/phpcr-odm: ~1.3
- jackalope/jackalope-doctrine-dbal: 1.*
- phpunit/phpunit: ~4.0
- propel/propel1: ~1.7
- symfony/filesystem: 2.*
- symfony/form: ~2.1
- symfony/translation: ~2.0
- symfony/validator: ~2.0
- symfony/yaml: 2.*
- twig/twig: ~1.12|~2.0
Suggests
- symfony/yaml: Required if you'd like to serialize data to YAML format.
Conflicts
- twig/twig: <1.12
Replaces
- jms/serializer: 1.*
README
Learn more about it in its documentation.
Overriding jms/serializer
composer require "jms-serializer/serializer"
Notice for @schmittjoh
I hate to fork the library instead of getting the original up to speed.
In a perfect world, I'd like to move the original repository to an organization, add a few contributors and work through all of the issues / PR's.
It mustn't be that the most popular serializing library for PHP is unmaintained.