fab-symfony-console icon indicating copy to clipboard operation
fab-symfony-console copied to clipboard

Make symfony console output FABULOUS!

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);