From ab27cd51d91a01e5f9325173155e95c9bded94cb Mon Sep 17 00:00:00 2001 From: Jamie Date: Sun, 12 Jan 2014 14:51:51 -0700 Subject: [PATCH] Add Fractal. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8457f9d..910262a 100644 --- a/README.md +++ b/README.md @@ -452,6 +452,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library. * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data. * [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. ## Notifications *Libraries for working with notification software.*