Added YaLinqo - LINQ to objects

[YaLinqo](https://github.com/Athari/YaLinqo) ([documentation](http://athari.github.io/YaLinqo), [packagist](https://packagist.org/packages/athari/yalinqo), other links in the readme).

P. S. Another LINQ library is already here (PINQ), but its quality is... [questionable](http://www.codeproject.com/Articles/997238/LINQ-for-PHP-comparison-YaLinqo-Ginq-Pinq) (I may be biased, but you can see the results and judge youself).
This commit is contained in:
Alexander Prokhorov 2015-06-10 02:10:23 +03:00
parent 5bfc79401e
commit 557ec900c4

View File

@ -606,6 +606,7 @@ Libraries to help manage database schemas and migrations.
* [PHP Object Storage](https://github.com/herrera-io/php-object-storage) - A library for object storage. * [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. * [Fractal](https://github.com/php-loep/fractal) - A library for converting complex data structures to JSON output.
* [Totem](http://github.com/Wisembly/Totem) - A library to manage and create data changesets. * [Totem](http://github.com/Wisembly/Totem) - A library to manage and create data changesets.
* [YaLinqo](https://github.com/Athari/YaLinqo) - LINQ to objects, a library for performing queries on data in functional style.
* [PINQ](https://github.com/TimeToogo/Pinq) - A real Linq library for PHP. * [PINQ](https://github.com/TimeToogo/Pinq) - A real Linq library for PHP.
* [JsonMapper](https://github.com/netresearch/jsonmapper) - A library that maps nested JSON structures onto PHP classes. * [JsonMapper](https://github.com/netresearch/jsonmapper) - A library that maps nested JSON structures onto PHP classes.