From 1db57b0006157a71d22230f322ceeab5d7a7b963 Mon Sep 17 00:00:00 2001 From: Saulo Soares de Toledo Date: Sun, 7 Feb 2016 21:03:30 -0300 Subject: [PATCH] Added YaLinqo. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c72646..70d3a9e 100644 --- a/README.md +++ b/README.md @@ -639,6 +639,7 @@ Libraries to help manage database schemas and migrations. * [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 PHP library based on .NET's LINQ (Language Integrated Query). +* [YaLinqo](https://github.com/Athari/YaLinqo) - Yet Another LINQ to Objects for PHP. * [Ginq](https://github.com/akanehara/ginq) - Another PHP library based on .NET's LINQ. * [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).