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
Requires
- php: >=5.4.0
- thinframe/foundation: @stable
- thinframe/pcntl: @stable
This package is not auto-updated.
Last update: 2025-10-20 22:04:06 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/bincommand 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