A Symfony2 bundle that provides a browser-based command-line interface for running Symfony console commands.
ConsoleBundle is a Symfony2 bundle that provides a web-based interface for executing Symfony console commands directly from a browser. It solves the problem of needing terminal/SSH access to run Symfony commands during development by offering a convenient browser-based alternative.
Symfony2 developers and teams who need quick access to console commands during web application development without requiring terminal access.
Developers choose ConsoleBundle because it provides a convenient, browser-accessible way to run Symfony commands with features like colored output and command history, eliminating the need to switch between terminal and browser during development.
Commandline interface in browser for Symfony2
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Enables executing Symfony console commands directly from a web browser, eliminating the need for SSH or terminal access during development, as highlighted in the README's description.
Retains terminal-style color formatting in command output, making debugging easier, which is explicitly listed as a feature in the README.
Offers tab completion for Symfony command names, improving usability and speed, as noted in the Features section.
Uses browser localStorage to remember previously executed commands, enhancing productivity by allowing quick re-execution, detailed in the README's features.
Designed specifically for Symfony2, with no mention of compatibility with Symfony 3, 4, or 5 in the README, making it outdated for modern projects.
Tested with older browsers like Firefox 4 and Opera 11, which are no longer in common use, potentially causing issues with current web standards and browsers.
Requires multiple setup steps including editing AppKernel, adding routes, and running assets:install, adding complexity compared to more automated solutions.