PHPackages                             chemem/php-concurrently - 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. [CLI &amp; Console](/categories/cli)
4. /
5. chemem/php-concurrently

ActiveLibrary[CLI &amp; Console](/categories/cli)

chemem/php-concurrently
=======================

A PHP version of concurrently built atop ReactPHP and RxPHP.

v0.1.1(4y ago)102221[1 PRs](https://github.com/ace411/php-concurrently/pulls)Apache-2.0PHP

Since Nov 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ace411/php-concurrently)[ Packagist](https://packagist.org/packages/chemem/php-concurrently)[ RSS](/packages/chemem-php-concurrently/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (12)Versions (5)Used By (0)

 [![](https://camo.githubusercontent.com/b72633606620877a76c40eba699c9549bae4807f699fd02bb8414bc4d2989e74/68747470733a2f2f756361726563646e2e636f6d2f32383230303932312d323966362d343638332d616266372d3634316361666263326466632f636f6e63757272656e746c7962617369632e706e67)](https://camo.githubusercontent.com/b72633606620877a76c40eba699c9549bae4807f699fd02bb8414bc4d2989e74/68747470733a2f2f756361726563646e2e636f6d2f32383230303932312d323966362d343638332d616266372d3634316361666263326466632f636f6e63757272656e746c7962617369632e706e67)

php-concurrently
================

[](#php-concurrently)

[![License](https://camo.githubusercontent.com/46dc17310dcd4d229a6f02501d3371393b20c4da3d1786b0c2ff911b29a8b25f/68747470733a2f2f706f7365722e707567782e6f72672f6368656d656d2f7068702d636f6e63757272656e746c792f6c6963656e7365)](//packagist.org/packages/chemem/php-concurrently)[![PHP Composer](https://github.com/ace411/php-concurrently/workflows/PHP%20Composer/badge.svg)](https://github.com/ace411/php-concurrently/workflows/PHP%20Composer/badge.svg)[![Latest Stable Version](https://camo.githubusercontent.com/f03f19ae28726eca9b8258dbb98739bb693a3f507b34c521119e8d4f2be60c99/68747470733a2f2f706f7365722e707567782e6f72672f6368656d656d2f7068702d636f6e63757272656e746c792f76)](//packagist.org/packages/chemem/php-concurrently)[![composer.lock](https://camo.githubusercontent.com/68492153345e1b987821732e7c4ea54bc5dd348bbe12dc7bb53ad07fa5f1a4cd/68747470733a2f2f706f7365722e707567782e6f72672f6368656d656d2f7068702d636f6e63757272656e746c792f636f6d706f7365726c6f636b)](//packagist.org/packages/chemem/php-concurrently)

A PHP version of [concurrently](https://npmjs.com/package/concurrently) written atop ReactPHP and RxPHP.

Requirements
------------

[](#requirements)

- PHP 7.2 or higher

Rationale
---------

[](#rationale)

Running multiple processes - especially those of the long-running variety - in distinct terminals is a practice that can become intractable, irrespective of Programming Language preferences. PHP, a language often derided for a lack of a rich assortment of programming artifacts, is despite the ill-conceived derision, an enabler of concurrency - via userspace tools like [ReactPHP](https://reactphp.org) and [RxPHP](https://github.com/ReactiveX/RxPHP).

The impetus for creating and maintaining `php-concurrently` is, therefore, a combination of strivings: a desire to harness existent language ecosystem tools to make running multiple processes concurrently - in a single terminal window - possible.

Installation
------------

[](#installation)

Though it is possible to clone the repo, Composer remains the best tool for installing `php-concurrently`. To install the package via Composer, type the following in a console of your choosing.

```
$ composer global require chemem/php-concurrently
```

Basic Usage
-----------

[](#basic-usage)

`php-concurrently` is a console application whose usage rubric follows a familiar `concurrently [options] [arguments]` pattern. Shown below is a simple example to concurrently run two PHP processes - defined in the `scipts` section of a `composer.json` file - with `php-concurrently`.

```
$ concurrently "composer server:run,composer worker:run"
```

It is possible to add to a `composer.json` file - a `php-concurrently`-executable directive - in a manner akin to defining `concurrently` directives in `package.json` files.

```
{
  "scripts": {
    "app:run": "concurrently \"composer server:run, composer worker:run\"",
    "server:run": "php -f server.php 4000",
    "worker:run": "php -f worker.php"
  }
}
```

Dealing with Problems
---------------------

[](#dealing-with-problems)

Endeavor to create an issue on GitHub when the need arises or send an email to .

Contributing
------------

[](#contributing)

Consider buying me a coffee if you appreciate the offerings of the project and/or would like to provide more impetus for me to continue working on it.

[![Buy Me A Coffee](https://camo.githubusercontent.com/5505a36d937780d075baf214225c78c0cea3f1be90cd18062fb6b7b8e43b03bf/68747470733a2f2f63646e2e6275796d6561636f666665652e636f6d2f627574746f6e732f6c61746f2d77686974652e706e67)](https://www.buymeacoffee.com/agiroLoki)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

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

Total

3

Last Release

1036d ago

### Community

Maintainers

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

---

Top Contributors

[![ace411](https://avatars.githubusercontent.com/u/11040337?v=4)](https://github.com/ace411 "ace411 (34 commits)")

---

Tags

asynchronousconsoleterminalreactphprx.phpconcurrentlyreactive programmingobservablesconcurrent processesconcurrent executionmultiple processessingle terminalsingle console windowjs concurrently

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/chemem-php-concurrently/health.svg)

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

###  Alternatives

[symfony/console

Eases the creation of beautiful and testable command line interfaces

9.8k1.1B11.3k](/packages/symfony-console)[php-school/cli-menu

A command line menu helper in PHP

2.0k1.1M27](/packages/php-school-cli-menu)[seregazhuk/php-watcher

Automatically restart PHP application once the source code changes

394137.8k4](/packages/seregazhuk-php-watcher)[recca0120/terminal

run laravel artisan command in web application

878410.9k2](/packages/recca0120-terminal)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)[clue/term-react

Streaming terminal emulator, built on top of ReactPHP.

10410.2M2](/packages/clue-term-react)

PHPackages © 2026

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