PHPackages                             mkrawczyk/funquery - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mkrawczyk/funquery

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mkrawczyk/funquery
==================

Functional programming library for PHP

v1.14.5(1y ago)14.6k[1 PRs](https://github.com/matrix0123456789/fun-query/pulls)4MITPHPPHP &gt;=8.0CI passing

Since Feb 1Pushed 1w ago1 watchersCompare

[ Source](https://github.com/matrix0123456789/fun-query)[ Packagist](https://packagist.org/packages/mkrawczyk/funquery)[ RSS](/packages/mkrawczyk-funquery/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (3)Versions (32)Used By (4)

This lib allows you to make operations on arrays in functional style. It is like LINQ, but for PHP.

Designed for PHP 7.4 and higher.

Installation
============

[](#installation)

```
composer require mkrawczyk/funquery
```

Example
=======

[](#example)

```

```

Result can be used as iterator, or converted to Array

```

```

Like LINQ, it uses lazy execution

```
