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 3d ago

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

2495d 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)
```

###  Alternatives

[ipinfo/ipinfo

The official PHP library for IPinfo, the most reliable, accurate, and in-depth source of IP address data available anywhere. We process terabytes of data to produce our custom IP geolocation, company, carrier and IP type data sets. Visit our developer docs at https://ipinfo.io/developers.

2891.2M11](/packages/ipinfo-ipinfo)[craftcms/plugin-installer

Craft CMS Plugin Installer

283.3M4](/packages/craftcms-plugin-installer)[typo3/cms-recordlist

TYPO3 CMS Recordlist - Lists database records in the TYPO3 backend module (Web&gt;List).

178.0M48](/packages/typo3-cms-recordlist)[broadway/uuid-generator

UUID generator for broadway/broadway.

202.1M11](/packages/broadway-uuid-generator)

PHPackages © 2026

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