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

Abandoned → [coresphere/console-bundle](/?search=coresphere%2Fconsole-bundle)Symfony-bundle[CLI &amp; Console](/categories/cli)

winzou/console-bundle
=====================

This bundle allows you accessing the symfony2 console via your browser

1.0.1(13y ago)3728.8k7[1 PRs](https://github.com/winzou/ConsoleBundle/pulls)MITJavaScriptPHP &gt;=5.3.3

Since Feb 5Pushed 13y ago5 watchersCompare

[ Source](https://github.com/winzou/ConsoleBundle)[ Packagist](https://packagist.org/packages/winzou/console-bundle)[ RSS](/packages/winzou-console-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (7)Used By (0)

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

[](#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. Add `coresphere/console-bundle` to your composer.json file and run `composer.phar update`

    ```
    // composer.json
    "require": {
        ...
        "winzou/console-bundle": "1.*",
        ...
    }

    ```
2. Add the following route to your routing configuration

    ```
    #app/config/routing_dev.yml
    console:
        resource: "@CoreSphereConsoleBundle/Resources/config/routing.yml"

    ```
3. Register the bundle in you AppKernel in the development section

    ```
    // app/ApplicationKernel.php
    public function registerBundles()
    {
        $bundles = array(
            // other bundles here...
        );

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

        return $bundles;
    }

    ```
4. 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

Todo
----

[](#todo)

- Write Javascript tests
- Add console as "pop up" to web developer toolbar
- Figure out how to allow interactive mode (possible? extreme hacky?)

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 79% 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 ~0 days

Total

2

Last Release

4834d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/702928?v=4)[Alexandre Bacco](/maintainers/winzou)[@winzou](https://github.com/winzou)

---

Top Contributors

[![laszlokorte](https://avatars.githubusercontent.com/u/26493?v=4)](https://github.com/laszlokorte "laszlokorte (83 commits)")[![vicb](https://avatars.githubusercontent.com/u/248818?v=4)](https://github.com/vicb "vicb (13 commits)")[![winzou](https://avatars.githubusercontent.com/u/702928?v=4)](https://github.com/winzou "winzou (5 commits)")[![jokey2k](https://avatars.githubusercontent.com/u/248585?v=4)](https://github.com/jokey2k "jokey2k (3 commits)")[![shurastik](https://avatars.githubusercontent.com/u/864226?v=4)](https://github.com/shurastik "shurastik (1 commits)")

---

Tags

consolesymfonyjavascript

### Embed Badge

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

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

###  Alternatives

[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.6k331.8M8.5k](/packages/nunomaduro-collision)[coresphere/console-bundle

This bundle allows you accessing the symfony2 console via your browser

146337.3k5](/packages/coresphere-console-bundle)[matthiasnoback/symfony-console-form

Use Symfony forms for Console command input

368264.8k8](/packages/matthiasnoback-symfony-console-form)[contributte/console

Best Symfony Console for Nette Framework

983.6M49](/packages/contributte-console)[contributte/console-extra

Nette-based console commands for latte, DIC, security, utils and many others

301.2M2](/packages/contributte-console-extra)[nunomaduro/collision-adapter-symfony

Collision's adapter for Symfony applications. Error Reporting for console/command-line PHP applications.

4536.8k3](/packages/nunomaduro-collision-adapter-symfony)

PHPackages © 2026

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