tacoberu / php-console
PHP Commands a lightweight framework for creating PHP CLI scripts.
Installs: 51
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tacoberu/php-console
Requires
- php: >=5.3.0
 
Requires (Dev)
- php: >=5.3.0
 - janmarek/mockista: ^1.1
 - phpunit/phpunit: ~4.0
 - tacoberu/phpcs-coding-standard: @dev
 - tracy/tracy: ^2.3
 
This package is auto-updated.
Last update: 2025-10-13 07:08:06 UTC
README
Framework for a command line application with PHP. It's an extensible, flexible component.
Concurent for Symfony/Console.
- Make command only with depends to interface.
 - Support DI Container. Create command with DIC.
 - Build-in support many output formats: colored, ansi, xml, json.
 - Parsing input. Making output format (list, dict, table).
 - Build-in default command: help, version.
 
Examples
Minimal application:
samples/1.greating/app