thinframe / command_line
CLI support for PHP applications.
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-11-04 17:09:29 UTC
README
#ThinFrame CommandLine
CLI support for PHP applications.
##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
- MIT License - Sorin Badea sorin.badea91@gmail.com