piaoniao / php-linq
linq for PHP.
v0.0.5
2023-04-20 05:58 UTC
Requires
- php: >=7.0
README
Features
-
Generation
- from
- range
-
Projection and filtering
- map
- selectMany
- where
-
Joining and grouping
- join
- leftJoin
- rightJoin
- fullJoin
- groupJoin
- group
-
Select
- page
- select
- find
-
Aggregation
- aggregate
- count
- average
- sum
- min
- max
-
Set
- all
- any
- contains
- append
- prepend
- insert
- insertAll
- concat
- distinct
- except
- intersect
- union
- elementAt
- first
- last
- single
- indexOf
- lastIndexOf
- findIndex
- findLastIndex
- skip
- skipWhile
- take
- takeWhile