duncan3dc / symfony-climate
Combine Symfony's console output with The PHP League's CLImate
Installs: 182 807
Dependents: 2
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: ^7.4 || ^8.0
- league/climate: ^3.0
- symfony/console: ^5.0 || ^6.0 || ^7.0
Requires (Dev)
- duncan3dc/object-intruder: ^1.0
- maglnet/composer-require-checker: ^2.0 || ^3.0 || ^4.0
- mockery/mockery: ^1.4
- nikic/php-parser: ^4.18
- phpstan/phpstan: ^0.12.94
- phpstan/phpstan-mockery: ^0.12.3
- phpunit/phpunit: ^9.0
- squizlabs/php_codesniffer: ^3.6
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
duncan3dc/symfony-climate for enterprise
Available as part of the Tidelift Subscription
The maintainers of duncan3dc/symfony-climate and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Learn more.