thinframe / command_line
PHP应用程序的CLI支持。
v0.2.1
2014-01-26 20:04 UTC
Requires
- php: >=5.4.0
- thinframe/foundation: @stable
- thinframe/pcntl: @stable
This package is not auto-updated.
Last update: 2024-09-23 16:41:59 UTC
README
#ThinFrame CommandLine
PHP应用程序的CLI支持。
##特性
- 通过composer轻松安装
- 无限级联命令
thinframe 命令 childcommand1 childcommand2 ...
- Bash集成(/usr/bin 命令和自动完成支持)
- 与Symfony2 DiC的集成
- 输入/输出支持
- 使用短代码的样式化输出
[format foreground='red' background='white' effects='bold blink']您的文本[/format][center]您的文本[/center][sideways]Some service %MIDDLE% Running[/sideways]
##安装
- 通过composer:
composer require thinframe/command-line - 通过git:
git clone https://github.com/thinframe/command-line
##版权
- MIT许可 - Sorin Badea sorin.badea91@gmail.com