Download the PHP package qolab/ivory-serializer without Composer
On this page you can find all versions of the php package qolab/ivory-serializer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download qolab/ivory-serializer
More information about qolab/ivory-serializer
Files in qolab/ivory-serializer
Package ivory-serializer
Short Description Serializer for PHP 5.6+ supporting JSON, XML, YAML & CSV
License MIT
Informations about the package ivory-serializer
README
This project is fork of egeloen/ivory-serializer
Overview
The Ivory Serializer is a PHP 5.6+ library allowing you to (de)-serialize complex data using the visitor pattern recursively on each node of the graph. It supports the CSV, JSON, XML and YAML formats. It also supports features such as exclusion strategies (groups, max depth, circular reference, version, ...), naming strategies (camel case, snake case, studly caps), automatic/explicit mapping (reflection, annotation, XML, YAML, JSON) and many others...
Documentation
- Installation
- Usage
- Mapping
- Type
- Event
- Visitor
- Context
- Exclusion strategies
- Naming strategies
Testing
The library is fully unit tested by PHPUnit with a code coverage close to 100%. To execute the test suite, check the travis configuration.
Contribute
We love contributors! Ivory is an open source project. If you'd like to contribute, feel free to propose a PR! You can follow the CONTRIBUTING file which will explain you how to set up the project.
License
The Ivory Serializer is under the MIT license. For the full copyright and license information, please read the LICENSE file that was distributed with this source code.
All versions of ivory-serializer with dependencies
doctrine/instantiator Version ^1.0
doctrine/lexer Version ^1.0
symfony/options-resolver Version ^2.7|^3.0