piaoniao/php-linq

linq for PHP.

v0.0.5 2023-04-20 05:58 UTC

This package is auto-updated.

Last update: 2025-06-20 11:08:07 UTC


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

Thanks

https://github.com/Athari/YaLinqo