From d196cd67655276605a9272ee59c00d9750ada8f2 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 16 Nov 2014 19:59:50 +0100 Subject: [PATCH] New: JsonMapper in Data Structure and Storage section. https://github.com/netresearch/jsonmapper --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99b7d01..e6d42a0 100644 --- a/README.md +++ b/README.md @@ -525,6 +525,7 @@ Libraries to help manage database schemas and migrations. * [PHP Object Storage](https://github.com/herrera-io/php-object-storage) - A library for object storage. * [Fractal](https://github.com/php-loep/fractal) - A library for converting complex data structures to JSON output. * [PINQ](https://github.com/TimeToogo/Pinq) - A real Linq library for PHP. +* [JsonMapper](https://github.com/netresearch/jsonmapper) - A library that maps nested JSON structures onto PHP classes. ## Notifications *Libraries for working with notification software.*