From 296d461655fa64ed31cd6de255669a0229672c99 Mon Sep 17 00:00:00 2001 From: Elliot Levin Date: Mon, 7 Jul 2014 23:37:29 +1000 Subject: [PATCH 1/2] 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 5bc8640..341312c 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.* From 4586b7fbf1c5113d675f9d544417d687504f5121 Mon Sep 17 00:00:00 2001 From: Elliot Levin Date: Thu, 4 Sep 2014 16:32:38 +1000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 341312c..768887a 100644 --- a/README.md +++ b/README.md @@ -483,7 +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. +* [PINQ](https://github.com/TimeToogo/Pinq) - PHP Integrated query, a real Linq library for PHP. ## Notifications *Libraries for working with notification software.*