davidmikesimon/botticelli-bundle

为 Symfony2 添加交互式 PHP Shell

安装: 805

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 3

分支: 0

开放问题: 1

类型:symfony-bundle

0.1.0 2013-01-16 20:28 UTC

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