thinframe/command_line

CLI support for PHP applications.

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

This package is not auto-updated.

Last update: 2024-04-08 14:01:54 UTC


README

#ThinFrame CommandLine

CLI support for PHP applications.

Latest Stable Version Latest Unstable Version License

##Features

  • Easy install via composer
  • Chained commands with unlimited levels
    • thinframe command childcommand1 childcommand2 ...
  • Bash integration (/usr/bin command and completion support)
  • Integration with Symfony2 DiC
  • Input/Output support
  • Styled output using shortcodes
    • [format foreground='red' background='white' effects='bold blink']Your text[/format]
    • [center]Your text[/center]
    • [sideways]Some service %MIDDLE% Running[/sideways]

##Installation

  • Via composer: composer require thinframe/command-line
  • Via git: git clone https://github.com/thinframe/command-line

##Copyright