From 296d461655fa64ed31cd6de255669a0229672c99 Mon Sep 17 00:00:00 2001 From: Elliot Levin Date: Mon, 7 Jul 2014 23:37:29 +1000 Subject: [PATCH] Added Pinq PHP Integrated query, a real Linq library for PHP. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5bc86405..341312c3 100644 --- a/README.md +++ b/README.md @@ -483,6 +483,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [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. +* [Pinq](https://github.com/TimeToogo/Pinq) - PHP Integrated query, a real Linq library for PHP. ## Notifications *Libraries for working with notification software.*