From b448514c6e9bb07285cbeafef4224a23cc40c20b Mon Sep 17 00:00:00 2001 From: Joao Gilberto Magalhaes Date: Sat, 27 May 2017 17:35:23 -0300 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f77c252..076b030 100644 --- a/README.md +++ b/README.md @@ -707,6 +707,7 @@ Libraries to help manage database schemas and migrations. *Libraries that implement data structure or storage techniques.* * [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). * [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.