thinframe/command_line

PHP应用程序的CLI支持。

v0.2.1 2014-01-26 20:04 UTC

This package is not auto-updated.

Last update: 2024-09-23 16:41:59 UTC


README

#ThinFrame CommandLine

PHP应用程序的CLI支持。

Latest Stable Version Latest Unstable Version License

##特性

  • 通过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

##版权