davidmikesimon/botticelli-bundle

Adds an interactive PHP shell to Symfony2

0.1.0 2013-01-16 20:28 UTC

This package is not auto-updated.

Last update: 2024-03-16 12:54:25 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