Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/duncan3dc/symfony-climate

Combine Symfony's console output with The PHP League's CLImate
https://github.com/duncan3dc/symfony-climate

climate php php-league symfony symfony-console

Last synced: about 2 months ago
JSON representation

Combine Symfony's console output with The PHP League's CLImate

Awesome Lists containing this project

README

        

# symfony-climate
Combine Symfony's [console output](http://symfony.com/doc/3.1/console/coloring.html) with The PHP League's [CLImate](http://climate.thephpleague.com/)

[![release](https://poser.pugx.org/duncan3dc/symfony-climate/version.svg)](https://packagist.org/packages/duncan3dc/symfony-climate)
[![build](https://github.com/duncan3dc/symfony-climate/workflows/.github/workflows/buildcheck.yml/badge.svg?branch=master)](https://github.com/duncan3dc/symfony-climate/actions?query=branch%3Amaster+workflow%3A.github%2Fworkflows%2Fbuildcheck.yml)
[![coverage](https://codecov.io/gh/duncan3dc/symfony-climate/graph/badge.svg)](https://codecov.io/gh/duncan3dc/symfony-climate)

## Installation

The recommended method of installing this library is via [Composer](//getcomposer.org/).

Run the following command from your project root:

```bash
$ composer require duncan3dc/symfony-climate
```

## Usage

```php
use duncan3dc\SymfonyCLImate\Output;

$output = new Output;

$output->blue("Blue? Wow!");
$output->dump($complexArray);
$output->writeln("I am a symfony/console error");
$output->error("I am a league/climate error");
```

## Changelog
A [Changelog](CHANGELOG.md) 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](//github.com/duncan3dc/symfony-console/issues) and I'll do my best to help out.
Alternatively you can catch me on [Twitter](https://twitter.com/duncan3dc)

## 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.](https://tidelift.com/subscription/pkg/packagist-duncan3dc-symfony-climate?utm_source=packagist-duncan3dc-symfony-climate&utm_medium=referral&utm_campaign=readme)