igorw / fab-symfony-console
Make symfony console output FABULOUS!
v1.0.0
2013-02-14 17:42 UTC
Requires
- symfony/console: ~2.1
- whatthejeff/fab: 1.0.*
This package is not auto-updated.
Last update: 2024-10-26 15:13:39 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);