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

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

mrafalko/command-runner-bundle
==============================

Executes symfony console command from a Controller.

1.0.0(10y ago)43071MITPHPPHP &gt;=5.3.0

Since Jan 18Pushed 10y ago1 watchersCompare

[ Source](https://github.com/maks-rafalko/CommandRunnerBundle)[ Packagist](https://packagist.org/packages/mrafalko/command-runner-bundle)[ Docs](https://github.com/mrafalko/CommandRunnerBundle)[ RSS](/packages/mrafalko-command-runner-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

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

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

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

Unknown

Total

1

Last Release

3774d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a0196ce472ed16a55b72aa7f9f9956bc6e68fa519abf975caffc9fcb5fa320df?d=identicon)[borN\_free](/maintainers/borN_free)

---

Top Contributors

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

---

Tags

consolecommandcontroller

### Embed Badge

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

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

###  Alternatives

[helhum/typo3-console

A reliable and powerful command line interface for TYPO3 CMS

2939.0M192](/packages/helhum-typo3-console)[adhocore/cli

Command line interface library for PHP

3501.2M50](/packages/adhocore-cli)[aplus/cli

Aplus Framework CLI Library

2301.7M6](/packages/aplus-cli)[illuminated/console-mutex

Mutex for Laravel Console Commands.

146938.2k1](/packages/illuminated-console-mutex)[laminas/laminas-cli

Command-line interface for Laminas projects

563.7M54](/packages/laminas-laminas-cli)[zenstruck/console-extra

A modular set of features to reduce configuration boilerplate for your Symfony commands.

8057.6k1](/packages/zenstruck-console-extra)

PHPackages © 2026

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