PHPackages                             zver/parallel-foreach - 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. zver/parallel-foreach

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

zver/parallel-foreach
=====================

parallel foreach loop execution (if possible)

1.0.0(9y ago)0108PHP

Since Feb 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/s4urp8n/parallel-foreach)[ Packagist](https://packagist.org/packages/zver/parallel-foreach)[ RSS](/packages/zver-parallel-foreach/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Package-template
================

[](#package-template)

Use this template package structure to build your own packages and tests and composer distribution

Structure
---------

[](#structure)

- files - package files
- src - package src files
- tests - package PHPUnit tests
- tests/classes - classes needed for testing
- tests/files - files needed for testing
- tests/bootstrap.php - PHPUnit autoloading and helpers
- coverage - directory with coverage information, ignored from git

Helpers
-------

[](#helpers)

- packageFile($name) - get full name of file with name=$name in **files** folder
- packageTestFile($name) - get full name of file with name=$name in **tests/files** folder
- Package/Test trait added with following methods:
    - foreachTrue(array $values)
    - foreachFalse(array $values)
    - foreachEquals(array $values)
    - foreachNotEquals(array $values)
    - foreachSame(array $values)
    - foreachNotSame(array $values)
    - assertException(callable $callback, $expectedException = 'Exception', $expectedCode = null, $expectedMessage = null)

Run tests
---------

[](#run-tests)

For testing PHPUnit installed required

```
cd package-template
composer install
php test.php

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~27 days

Total

3

Last Release

3369d ago

Major Versions

0.0.2 → 1.0.02017-04-08

### Community

Maintainers

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

---

Top Contributors

[![s4urp8n](https://avatars.githubusercontent.com/u/2367692?v=4)](https://github.com/s4urp8n "s4urp8n (5 commits)")

### Embed Badge

![Health badge](/badges/zver-parallel-foreach/health.svg)

```
[![Health](https://phpackages.com/badges/zver-parallel-foreach/health.svg)](https://phpackages.com/packages/zver-parallel-foreach)
```

PHPackages © 2026

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