aziraphale/symfony-single-command-application
Composer 安装命令:
composer require aziraphale/symfony-single-command-application
包简介
Extension of Symfony's Console Application that simplifies creation of simple, single-command PHP CLI scripts
README 文档
README
This is an extension of Symfony's Console application that simplifies the creation of simple, single-command PHP CLI scripts, saving a great deal of time and repeated code.
Installation
Just use Composer:
composer require aziraphale/symfony-single-command-application
And then it should autoload as everything else does, so the example class in /examples/TemplateCommand.php should work straight away.
Usage
See /examples/TemplateCommand.php to see how to use this class. It's probably easiest to simply copy TemplateCommand.php for every new single-command Symfony Console application that you create.
统计信息
- 总下载量: 48
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-13