igorw/fab-symfony-console

Make symfony console output FABULOUS!


Keywords
console, fab
License
MIT

Documentation

Fab Symfony Console

Make symfony console output FABULOUS!

Powered by the fantastic fab.

Sample output

Fabulous Console Output

Usage

$input = new ArgvInput();

$output = new ConsoleOutput();
$output->setFormatter(new OutputFormatter(true, [
    'info'      => new FabOutputFormatterStyle(),
    'comment'   => new FabOutputFormatterStyle(),
]));

$app->run($input, $output);