From e41731b55d33484214b934e57e0e24ca171fee8d Mon Sep 17 00:00:00 2001 From: Saulo Soares de Toledo Date: Sun, 7 Feb 2016 20:58:30 -0300 Subject: [PATCH] Updated PINQ's description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bbf592..6e038c1 100644 --- a/README.md +++ b/README.md @@ -638,7 +638,7 @@ Libraries to help manage database schemas and migrations. * [PHP Object Storage](https://github.com/kherge-abandoned/php-object-storage) - A library for object storage. * [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output. * [Totem](https://github.com/Wisembly/Totem) - A library to manage and create data changesets. -* [PINQ](https://github.com/TimeToogo/Pinq) - A real Linq library for PHP. +* [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query). * [JsonMapper](https://github.com/netresearch/jsonmapper) - A library that maps nested JSON structures onto PHP classes. * [Cake Collection](https://github.com/cakephp/collection) - A simple collections library (CP).