duncan3dc / symfony-climate
Combine Symfony's console output with The PHP League's CLImate
1.3.0
2026-06-24 08:56 UTC
Requires
- php: ^7.4 || ^8.0
- league/climate: ^3.0
- symfony/console: ^5.0 || ^6.0 || ^7.0 || ^8.0
Requires (Dev)
- duncan3dc/object-intruder: ^1.2
- maglnet/composer-require-checker: ^3.0 || ^4.0
- mockery/mockery: ^1.6
- phpstan/phpstan: ^1.12
- phpstan/phpstan-mockery: ^1.1
- phpunit/phpunit: ^9.0
- squizlabs/php_codesniffer: ^4.0
This package is auto-updated.
Last update: 2026-06-24 09:04:36 UTC
README
Combine Symfony's console output with The PHP League's CLImate
Installation
The recommended method of installing this library is via Composer.
Run the following command from your project root:
$ composer require duncan3dc/symfony-climate
Usage
use duncan3dc\SymfonyCLImate\Output; $output = new Output(); $output->blue("Blue? Wow!"); $output->dump($complexArray); $output->writeln("<error>I am a symfony/console error</error>"); $output->error("I am a league/climate error");
Changelog
A Changelog has been available since the beginning of time
Where to get help
Found a bug? Got a question? Just not sure how something works?
Please create an issue and I'll do my best to help out.
Alternatively you can catch me on Twitter