mparaiso/consoleserviceprovider
Composer 安装命令:
composer require mparaiso/consoleserviceprovider
包简介
Symfony Console integration for Silex
README 文档
README
Symfony Console integration for Silex
author : MParaiso contact: mparaiso@online.fr
status: Work in Progress
USAGE
$app = new \Silex\Application();
$app->register(new ConsoleServiceProvider);
# in your console application file :
$this->app["console"]->run();
# access silex app from a command
$app = $this->getHelper("app")->getApplication();
###Services
***console*** : Symfony\Component\Console\Application
***console.helperset*** : Symfony\Component\Console\Helper\HelperSet
TODO
- list services in alphabetic order in ListServicesCommand
CHANGELOG
0.0.6@dev app:router:debug command added
统计信息
- 总下载量: 641
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 5
- 推荐数: 0
其他信息
- 授权协议: GPL
- 更新时间: 2013-03-23