PHPackages                             greghubs/console-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. greghubs/console-bundle

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

greghubs/console-bundle
=======================

This bundle allows you accessing the symfony4 console via your browser - fork from coreSphere bundle with SF4 compatibility added

0.5.0(9y ago)019MITPHPPHP ^5.5|^7.0

Since Feb 5Pushed 6y agoCompare

[ Source](https://github.com/GregHubs/ConsoleBundle)[ Packagist](https://packagist.org/packages/greghubs/console-bundle)[ RSS](/packages/greghubs-console-bundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (10)Versions (11)Used By (0)

ConsoleBundle
=============

[](#consolebundle)

[![Build Status](https://camo.githubusercontent.com/be1d6c62a58593ec70e28510d0ef4bf9b49c6b983b7d9cfe6e57d1c98134a6ec/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f436f72655370686572652f436f6e736f6c6542756e646c652e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/CoreSphere/ConsoleBundle)[![Quality Score](https://camo.githubusercontent.com/b925b9f708c192b40977fcf4a2b6e58131558eb45a16083fdf4d44e41dc078b5/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f436f72655370686572652f436f6e736f6c6542756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/CoreSphere/ConsoleBundle)[![Code Coverage](https://camo.githubusercontent.com/a702ece3ef5141e7fdf1f8203e68f943f5d43d533630ca41ef66fcd75fa084ad/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f436f72655370686572652f436f6e736f6c6542756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/CoreSphere/ConsoleBundle)

This bundle allows you accessing the Symfony2 console via your browser.

Features
--------

[](#features)

- Colored output
- Autocompletion for command names
- Local command history (localStorage)
- `cache:clear` works

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

[](#installation)

1. Make sure you have php 5.5 or newer installed. Make sure your composer file does not override the required php version of your project with in older one via the `config.plattform.php` setting.
2. Install the latest version via composer:

    ```
    composer require coresphere/console-bundle
    ```
3. Register the bundle in you AppKernel in the development section

    ```
    // app/AppKernel.php
    public function registerBundles()
    {
       $bundles = [
     		// other bundles here...
       ];

       if (in_array($this->getEnvironment(), ['dev', 'test'])) {
       	// ...
       	$bundles[] = new CoreSphere\ConsoleBundle\CoreSphereConsoleBundle();
    	}

       return $bundles;
    }
    ```
4. Add the bundle's route to your app/config/routing\_dev.yml

    ```
    # app/config/routing_dev.yml

    # ...
    _main:
    	resource: routing.yml

    coresphere_console:
    	resource: .
    	type: extra
    ```
5. run the assets:install command to install the css and js files

    ```
    ./app/console assets:install web
    ```

Tips
----

[](#tips)

- Type `.clear` to clear the console window

Preview
-------

[](#preview)

[![Screenshot](https://camo.githubusercontent.com/eaa5380f42bce9951b97bc7ba0c299624de136241d39e6a1f78a8b74930b3cd3/687474703a2f2f7374617469632e6c61737a6c6f6b6f7274652e64652f6769746875622f636f72657370686572655f636f6e736f6c652e706e67)](https://camo.githubusercontent.com/eaa5380f42bce9951b97bc7ba0c299624de136241d39e6a1f78a8b74930b3cd3/687474703a2f2f7374617469632e6c61737a6c6f6b6f7274652e64652f6769746875622f636f72657370686572655f636f6e736f6c652e706e67)

Dependencies
------------

[](#dependencies)

- jQuery
- Twig

Compatibility
-------------

[](#compatibility)

Tested with:

- Chrome
- Firefox 4
- Opera 11
- Safari 5

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.7% 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 ~280 days

Recently: every ~137 days

Total

6

Last Release

3372d ago

PHP version history (3 changes)0.1.0PHP &gt;=5.3.3

0.3.0PHP &gt;=5.5

0.5.0PHP ^5.5|^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0fa66a6bab7820e5aec2a85ecbe9af3431a9794357d084c67108d0aa83d6f56c?d=identicon)[GregHubs](/maintainers/GregHubs)

---

Top Contributors

[![laszlokorte](https://avatars.githubusercontent.com/u/26493?v=4)](https://github.com/laszlokorte "laszlokorte (129 commits)")[![TomasVotruba](https://avatars.githubusercontent.com/u/924196?v=4)](https://github.com/TomasVotruba "TomasVotruba (49 commits)")[![vicb](https://avatars.githubusercontent.com/u/248818?v=4)](https://github.com/vicb "vicb (13 commits)")[![GregHubs](https://avatars.githubusercontent.com/u/17002578?v=4)](https://github.com/GregHubs "GregHubs (3 commits)")[![jokey2k](https://avatars.githubusercontent.com/u/248585?v=4)](https://github.com/jokey2k "jokey2k (3 commits)")[![core23](https://avatars.githubusercontent.com/u/3440437?v=4)](https://github.com/core23 "core23 (2 commits)")[![miklio](https://avatars.githubusercontent.com/u/946614?v=4)](https://github.com/miklio "miklio (2 commits)")[![yalg](https://avatars.githubusercontent.com/u/11456354?v=4)](https://github.com/yalg "yalg (2 commits)")[![shurastik](https://avatars.githubusercontent.com/u/864226?v=4)](https://github.com/shurastik "shurastik (1 commits)")[![Takeno](https://avatars.githubusercontent.com/u/1499063?v=4)](https://github.com/Takeno "Takeno (1 commits)")[![n1c01a5](https://avatars.githubusercontent.com/u/1773356?v=4)](https://github.com/n1c01a5 "n1c01a5 (1 commits)")[![Matzz](https://avatars.githubusercontent.com/u/1036919?v=4)](https://github.com/Matzz "Matzz (1 commits)")[![Warxcell](https://avatars.githubusercontent.com/u/3340882?v=4)](https://github.com/Warxcell "Warxcell (1 commits)")[![Oviglo](https://avatars.githubusercontent.com/u/4029073?v=4)](https://github.com/Oviglo "Oviglo (1 commits)")

---

Tags

consolesymfonyjavascript

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/greghubs-console-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/greghubs-console-bundle/health.svg)](https://phpackages.com/packages/greghubs-console-bundle)
```

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[coresphere/console-bundle

This bundle allows you accessing the symfony2 console via your browser

146337.3k5](/packages/coresphere-console-bundle)[drupal/console-core

Drupal Console Core

13514.7M12](/packages/drupal-console-core)[scheb/2fa

Two-factor authentication for Symfony applications (please use scheb/2fa-bundle to install)

578630.7k1](/packages/scheb-2fa)[shapecode/cron-bundle

This bundle provides scheduled execution of Symfony commands

59493.0k2](/packages/shapecode-cron-bundle)

PHPackages © 2026

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