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

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

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

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