Added the ByJG Serializer

- Serialize any object into array and bind any data structure to an object/array; Can (de)serialize into JSON or XML.
This commit is contained in:
Joao Gilberto Magalhaes 2017-05-27 17:35:23 -03:00
parent 3da27b662f
commit b448514c6e

View File

@ -707,6 +707,7 @@ Libraries to help manage database schemas and migrations.
*Libraries that implement data structure or storage techniques.* *Libraries that implement data structure or storage techniques.*
* [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures. * [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
* [ByJG Serializer](https://github.com/byjg/serializer)- Serialize any object into array and bind any data structure to an object/array; Can (de)serialize into JSON or XML.
* [Cake Collection](https://github.com/cakephp/collection) - A simple collections library (CP). * [Cake Collection](https://github.com/cakephp/collection) - A simple collections library (CP).
* [Collections](https://github.com/italolelis/collections) - Collections Abstraction library for PHP. * [Collections](https://github.com/italolelis/collections) - Collections Abstraction library for PHP.
* [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output. * [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.