davidmikesimon / botticelli-bundle
Adds an interactive PHP shell to Symfony2
Installs: 807
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
This package is not auto-updated.
Last update: 2024-11-09 16:00:46 UTC
README
Botticelli is a Symfony2 bundle that provides an interactive shell for your application, similar to the Rails console. Phpsh must be installed to use Botticelli.
Installation
Add it to the require section in your composer.json
:
"davidmikesimon/botticelli-bundle": "dev-master"
And to the bundles list in your app/AppKernel.php
:
new DavidMikeSimon\BotticelliBundle\DavidMikeSimonBotticelliBundle()
Usage
$ php app/console botticelli:shell