davidmikesimon / botticelli-bundle
为 Symfony2 添加交互式 PHP Shell
0.1.0
2013-01-16 20:28 UTC
Requires
This package is not auto-updated.
Last update: 2024-09-14 15:21:45 UTC
README
Botticelli 是一个 Symfony2 Bundle,它为您的应用程序提供了一个交互式 Shell,类似于 Rails 控制台。要使用 Botticelli,必须安装 Phpsh。
安装
将其添加到您的 composer.json 文件中的 require 部分
"davidmikesimon/botticelli-bundle": "dev-master"
并将其添加到您的 app/AppKernel.php 文件中的 bundles 列表
new DavidMikeSimon\BotticelliBundle\DavidMikeSimonBotticelliBundle()
使用方法
$ php app/console botticelli:shell