thinframe/command_line

CLI support for PHP applications.

Installs: 56

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 1

pkg:composer/thinframe/command_line

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

This package is not auto-updated.

Last update: 2025-10-06 21:52:53 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