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

https://github.com/mikeerickson/php-cli-colors

Liven up you PHP Console Apps with standard colors
https://github.com/mikeerickson/php-cli-colors

hacktoberfest hacktoberfest2020

Last synced: over 1 year ago
JSON representation

Liven up you PHP Console Apps with standard colors

Awesome Lists containing this project

README

          

# php-cli-colors

Liven up you PHP Console Apps with standard colors

[View on Packagist](https://packagist.org/packages/codedungeon/php-cli-colors)

![image](resources/example.png)

## Installation

`composer require codedungeon/php-cli-colors '~1.0'`

or update your `composer.json`

```
...
"require": {
"codedungeon/php-cli-colors": "~1.0"
},
...
```

## How to use

```php