PHPackages                             vielhuber/parallyzer - 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. vielhuber/parallyzer

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

vielhuber/parallyzer
====================

A poor mans php tool for running multiple, non-blocking (php-)scripts.

1.0.6(6y ago)08MITPHPPHP &gt;=5.6

Since Jul 1Pushed 6y agoCompare

[ Source](https://github.com/vielhuber/parallyzer)[ Packagist](https://packagist.org/packages/vielhuber/parallyzer)[ RSS](/packages/vielhuber-parallyzer/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (7)Used By (0)

⛓️ parallyzer ⛓️
================

[](#️-parallyzer-️)

parallyzer is a poor mans php tool for running multiple, non-blocking (php-)scripts in separate cpu threads.

features
--------

[](#features)

- runs on linux and mac
- no extensions like [pthreads](https://www.php.net/manual/de/book.pthreads.php) required
- runs php scripts or any other commands
- watch the output in a definable interval
- supports file based output logging

installation
------------

[](#installation)

```
composer require vielhuber/parallyzer
```

```
require __DIR__ . '/vendor/autoload.php';
use vielhuber\parallyzer\parallyzer;
$p = new parallyzer();
```

usage
-----

[](#usage)

```
$p->add('php test.php', 100); // adds the command "php test.php" in 100 parallel threads to the worker
$p->add('ls -s', 25); // adds the command "ls -s" in 25 parallel threads to the worker
$p->observe(1); // enables live observing with an update interval of 1 second
$p->log('logs'); // enables output logging in the folder "logs"
$p->run(); // runs the machinery
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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 ~3 days

Total

6

Last Release

2494d ago

### Community

Maintainers

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

---

Top Contributors

[![vielhuber](https://avatars.githubusercontent.com/u/3183737?v=4)](https://github.com/vielhuber "vielhuber (10 commits)")

---

Tags

parallel-computingphpthreads

### Embed Badge

![Health badge](/badges/vielhuber-parallyzer/health.svg)

```
[![Health](https://phpackages.com/badges/vielhuber-parallyzer/health.svg)](https://phpackages.com/packages/vielhuber-parallyzer)
```

PHPackages © 2026

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