YaLinqo
LINQ implementation
A PHP implementation of LINQ to Objects, providing a set of methods for querying and manipulating data.
Yet Another LINQ to Objects for PHP [Simplified BSD]
441 stars
23 watching
39 forks
Language: PHP
last commit: 10 months ago
Linked from 3 awesome lists
functionalfunctional-programminglibrarylinqlinq-to-objectsphpquerystatisticsunderscore
Related projects:
Repository | Description | Stars |
---|---|---|
athari/yalinqoperf | Performance tests for PHP LINQ libraries | 4 |
aaronpowell/linq-in-javascript | An implementation of query language for JavaScript arrays with lazy evaluation and iteration support. | 81 |
manojlds/pslinq | A PowerShell implementation of LINQ for querying and manipulating data sets. | 77 |
mihaifm/linq | A JavaScript implementation of a LINQ library providing query and data processing functionality | 1,682 |
akanehara/ginq | A PHP library that provides a query language for arrays and iterators, allowing developers to build data transformations in a declarative way. | 193 |
martinchavez/linq | A test-driven learning project on C# Language Integrated Query (LINQ) concepts and syntax | 61 |
thomaslevesque/linq.extras | A set of extension methods for the System.Linq namespace to provide additional functionality for common data processing tasks. | 173 |
zzzprojects/system.linq.dynamic.core | A .NET library that enables dynamic LINQ queries on top of IQueryable objects. | 1,569 |
ast-al/rangeless | A LINQ-like library of higher-order functions for data manipulation in C++ | 194 |
andyli/hxlinq | An implementation of LINQ-like functionality in Haxe. | 45 |
netfabric/netfabric.hyperlinq | Provides an optimized implementation of LINQ operations with minimal heap allocations and support for various data types. | 876 |
anaisbetts/linqtoawait | A set of libraries and tools to simplify using LINQ with async/await in C#. | 112 |
kutyel/linq.ts | A TypeScript implementation of a query language for working with arrays and objects | 850 |
ryujisamejima/linq | An Objective-C implementation of LINQ-like query methods for working with arrays and other collections | 7 |
yocontra/node-linq | A library that provides a LINQ implementation for Node.js | 77 |