igorw/fab-symfony-console

Make symfony console output FABULOUS!

v1.0.0 2013-02-14 17:42 UTC

This package is not auto-updated.

Last update: 2024-04-13 12:43:15 UTC


README

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