PHPackages                             firestorm23/command-runner-bundle - 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. firestorm23/command-runner-bundle

ActiveSymfony-bundle[CLI &amp; Console](/categories/cli)

firestorm23/command-runner-bundle
=================================

Fork of borNfreee/CommandRunnerBundle. Executes symfony console command from a Controller.

014PHP

Since Jan 20Pushed 10y ago1 watchersCompare

[ Source](https://github.com/firestorm23/CommandRunnerBundle)[ Packagist](https://packagist.org/packages/firestorm23/command-runner-bundle)[ RSS](/packages/firestorm23-command-runner-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Fork information
================

[](#fork-information)

This is fork of borNfreee/CommandRunnerBundle. I fixed the issue with wrong work of non-value command parameters.

CommandRunnerBundle
===================

[](#commandrunnerbundle)

Executes Symfony2 console command from Controller (HTTP request).

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

[](#installation)

This bundle is available on [Packagist](https://packagist.org/packages/mrafalko/command-runner-bundle):

To install it, run:

```
$ composer require mrafalko/command-runner-bundle:dev-master

```

Then add the bundle to `app/AppKernel.php`:

```
public function registerBundles()
{
    return array(
        ...
        new Mrafalko\CommandRunnerBundle\MrafalkoCommandRunnerBundle(),
        ...
    );
}
```

Then import routing file:

```
# app/config/routing.yml
mrafalko_command_runner:
    resource: "@MrafalkoCommandRunnerBundle/Controller/CommandRunnerController.php"
    type: annotation
    prefix:   /
```

Examples
--------

[](#examples)

Run the command from your URL:

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 54.2% 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.

### Community

Maintainers

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

---

Top Contributors

[![maks-rafalko](https://avatars.githubusercontent.com/u/3725595?v=4)](https://github.com/maks-rafalko "maks-rafalko (13 commits)")[![firestorm23](https://avatars.githubusercontent.com/u/9363520?v=4)](https://github.com/firestorm23 "firestorm23 (11 commits)")

### Embed Badge

![Health badge](/badges/firestorm23-command-runner-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/firestorm23-command-runner-bundle/health.svg)](https://phpackages.com/packages/firestorm23-command-runner-bundle)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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