Example uses of the YaLinqo library
- YaLinqo: Yet Another LINQ to Objects (for PHP)
- Documentation
I wanted to learn this library quickly so I read through the library docs, writing example Enumerable
expressions as I went.
Why did I want to learn it? Well, having used C# and F# extensively in the past, I am familiar with LINQ. Recently, my team started to use Drupal (and PHP) for a big project; a LINQ-like library would help me work more efficiently with collections in PHP.
Development Setup
composer install
npm install
npm start