PHPackages                             fichtme/symfony-command-runner - 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. fichtme/symfony-command-runner

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

fichtme/symfony-command-runner
==============================

Run multiple commands asynchronously

5.0.1(2w ago)112.1k↓13.5%2MITPHPPHP ^8.2CI passing

Since Nov 24Pushed 2w ago1 watchersCompare

[ Source](https://github.com/Fichtme/symfony-command-runner)[ Packagist](https://packagist.org/packages/fichtme/symfony-command-runner)[ RSS](/packages/fichtme-symfony-command-runner/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (8)Dependencies (12)Versions (20)Used By (0)

Symfony Command Runner
======================

[](#symfony-command-runner)

Run multiple Symfony console commands asynchronously and wait for all subprocesses to finish.

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

[](#requirements)

- PHP 8.2, 8.3, 8.4 or 8.5
- Symfony Console, Lock and Process 6.4, 7.4 or 8.x
- Doctrine Collections 1.8, 2.x or 3.x (Collections 3.x itself requires a sufficiently recent PHP version; Composer selects an older supported major on older runtimes)

Install the package with Composer:

```
composer require fichtme/symfony-command-runner:^5.0
```

Usage
-----

[](#usage)

The runner prefixes every supplied process command line with the configured PHP binary and the current script path. In a Symfony command, the current script is normally `bin/console`.

```
