igorw / fab-symfony-console
Make symfony console output FABULOUS!
Installs: 186
Dependents: 0
Suggesters: 0
Security: 0
Stars: 21
Watchers: 3
Forks: 1
Open Issues: 0
pkg:composer/igorw/fab-symfony-console
Requires
- symfony/console: ~2.1
- whatthejeff/fab: 1.0.*
This package is not auto-updated.
Last update: 2025-09-27 19:18:26 UTC
README
Make symfony console output FABULOUS!
Powered by the fantastic fab.
Sample output
Usage
$input = new ArgvInput();
$output = new ConsoleOutput();
$output->setFormatter(new OutputFormatter(true, [
'info' => new FabOutputFormatterStyle(),
'comment' => new FabOutputFormatterStyle(),
]));
$app->run($input, $output);