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

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

tecnocreaciones/console-bundle
==============================

This bundle allows you accessing the symfony2 console via your browser

0.1.0(13y ago)0176MITJavaScriptPHP &gt;=5.3.3

Since Feb 5Pushed 10y ago2 watchersCompare

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

READMEChangelogDependencies (2)Versions (5)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 install`

    ```
    // composer.json
    "require": {
        ...
        "coresphere/console-bundle": "dev-master",
        ...
    }

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

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

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

    ```
    // app/AppKernel.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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

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

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4775d ago

### Community

Maintainers

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

---

Top Contributors

[![laszlokorte](https://avatars.githubusercontent.com/u/26493?v=4)](https://github.com/laszlokorte "laszlokorte (95 commits)")[![vicb](https://avatars.githubusercontent.com/u/248818?v=4)](https://github.com/vicb "vicb (13 commits)")[![INHack20](https://avatars.githubusercontent.com/u/1240646?v=4)](https://github.com/INHack20 "INHack20 (4 commits)")[![jokey2k](https://avatars.githubusercontent.com/u/248585?v=4)](https://github.com/jokey2k "jokey2k (3 commits)")[![Takeno](https://avatars.githubusercontent.com/u/1499063?v=4)](https://github.com/Takeno "Takeno (1 commits)")[![Warxcell](https://avatars.githubusercontent.com/u/3340882?v=4)](https://github.com/Warxcell "Warxcell (1 commits)")[![Matzz](https://avatars.githubusercontent.com/u/1036919?v=4)](https://github.com/Matzz "Matzz (1 commits)")[![n1c01a5](https://avatars.githubusercontent.com/u/1773356?v=4)](https://github.com/n1c01a5 "n1c01a5 (1 commits)")[![shurastik](https://avatars.githubusercontent.com/u/864226?v=4)](https://github.com/shurastik "shurastik (1 commits)")

---

Tags

consolesymfonyjavascript

### Embed Badge

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

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

###  Alternatives

[coresphere/console-bundle

This bundle allows you accessing the symfony2 console via your browser

146337.3k5](/packages/coresphere-console-bundle)[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)[phlib/console-process

Console implementation.

1833.5k2](/packages/phlib-console-process)

PHPackages © 2026

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