PHPackages                             iripvanwinkle/queue-processes - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. iripvanwinkle/queue-processes

AbandonedArchivedPhp-extension[Queues &amp; Workers](/categories/queues)

iripvanwinkle/queue-processes
=============================

It is the queue container for symfony/process

v1.0.1(9y ago)012MITPHP

Since Jan 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/iRipVanWinkle/queue-processes)[ Packagist](https://packagist.org/packages/iripvanwinkle/queue-processes)[ RSS](/packages/iripvanwinkle-queue-processes/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

The Queue of Processes
======================

[](#the-queue-of-processes)

[![Build Status](https://camo.githubusercontent.com/e544e95f37886c9756540f71508e67b96d2735bcfa7b7096a42ad674ae38823b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6952697056616e57696e6b6c652f71756575652d70726f6365737365732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/iRipVanWinkle/queue-processes) [![GitHub license](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](https://raw.githubusercontent.com/iRipVanWinkle/queue-processes/master/LICENSE) [![Yii2](https://camo.githubusercontent.com/caa07fe5c2d65aec86e62e1957ad3df612d53c4f055c8209179f12407e806242/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f77657265645f62792d5969695f4672616d65776f726b2d677265656e2e7376673f7374796c653d666c61742d737175617265)](http://www.yiiframework.com/)

The queue for symfony/process

Install
-------

[](#install)

Via Composer

```
$ composer require iripvanwinkle/queue-processes
```

Usage
-----

[](#usage)

```
    $queue = new QueueProcesses();
    foreach (range(1, 10) as $index) {
        $queue->addCommand("echo $index", function ($type, $buffer) use (&$commonBuffer) {
            $commonBuffer .= $buffer;
        });
    }

    $queue->setLimit(2);
    $queue->run();

    echo $commonBuffer; // Output: 1\n2\n3\n4\n5\n6\n7\n8\n9\n10
```

Testing
-------

[](#testing)

```
$ composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Total

2

Last Release

3567d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1456824?v=4)[Oleg](/maintainers/iripvanwinkle)[@iRipVanWinkle](https://github.com/iRipVanWinkle)

---

Top Contributors

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

---

Tags

symfonyprocessextensionwidgetyiipool

### Embed Badge

![Health badge](/badges/iripvanwinkle-queue-processes/health.svg)

```
[![Health](https://phpackages.com/badges/iripvanwinkle-queue-processes/health.svg)](https://phpackages.com/packages/iripvanwinkle-queue-processes)
```

###  Alternatives

[pestphp/pest

The elegant PHP Testing Framework.

11.5k67.7M18.9k](/packages/pestphp-pest)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[webtoucher/yii2-amqp

Yii 2 extension wrapper to communicate with RabbitMQ server via AMQP. Based on videlalvaro/php-amqplib.

59133.6k1](/packages/webtoucher-yii2-amqp)[filsh/yii2-gearman

Gearman handler for PHP

373.0k](/packages/filsh-yii2-gearman)

PHPackages © 2026

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