PHPackages                             ww0rm/php-arrays - 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. ww0rm/php-arrays

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

ww0rm/php-arrays
================

Implements Java8 StreamAPI in PHP7

222PHP

Since Feb 26Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/ww0rm/php-arrays)[ Packagist](https://packagist.org/packages/ww0rm/php-arrays)[ RSS](/packages/ww0rm-php-arrays/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

php-arrays [![Build Status](https://camo.githubusercontent.com/82679237d41196f56cb5fe13190fc9fdaa4d61376ba07507a28e7eca8d2aa902/68747470733a2f2f7472617669732d63692e6f72672f777730726d2f7068702d6172726179732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ww0rm/php-arrays)
==========================================================================================================================================================================================================================================================================================

[](#php-arrays-)

Implements Java8 StreamAPI in PHP7

##### Required PHP 7+

[](#required-php-7)

Install
=======

[](#install)

```
composer require ww0rm/php-arrays

```

Documentation
=============

[](#documentation)

[View](https://github.com/ww0rm/php-arrays/blob/master/docs/index.md)

Example
=======

[](#example)

```
$array = [0, 1, 2, 3, 4, 5];
$result = Arrays::of($array)->filter(function ($i) {
    return $i % 2 == 0;
})->collect(); // [0, 2, 4]
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance56

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/dd96f8cd8e3984129850d81c2bdce2bdde47a172b683fc1dad8af07819b360e1?d=identicon)[ww0rm](/maintainers/ww0rm)

---

Top Contributors

[![ww0rm](https://avatars.githubusercontent.com/u/1553685?v=4)](https://github.com/ww0rm "ww0rm (6 commits)")

### Embed Badge

![Health badge](/badges/ww0rm-php-arrays/health.svg)

```
[![Health](https://phpackages.com/badges/ww0rm-php-arrays/health.svg)](https://phpackages.com/packages/ww0rm-php-arrays)
```

###  Alternatives

[asmpkg/ofx

Transforma em objetos dados de um arquivo de extrato bancario OFX.

172.4k](/packages/asmpkg-ofx)[hashandsalt/kirby3-video

Kirby 3 Video embed plugin

251.1k](/packages/hashandsalt-kirby3-video)[gerardojbaez/vehicle

Laravel 5.2 package to work with vehicles data.

171.8k](/packages/gerardojbaez-vehicle)[entrepreneur-interet-general/bulletins

Bulletins is a simple weekly retrospective tool for multiple projects or teams

122.6k](/packages/entrepreneur-interet-general-bulletins)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
