Formatter Helper

The Formatter helpers provides functions to format the output with colors. You can do more advanced things with this helper than you can in Coloring the Output.

The FormatterHelper is included in the default helper set, which you can get by calling getHelperSet():

$formatter = $this->getHelper('formatter');

The methods return a string, which you’ll usually render to the console by passing it to the OutputInterface::writeln method.