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
- Host: GitHub
- URL: https://github.com/mikeerickson/php-cli-colors
- Owner: mikeerickson
- License: mit
- Created: 2017-09-10T00:21:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T04:48:45.000Z (over 5 years ago)
- Last Synced: 2025-03-29T23:08:26.188Z (over 1 year ago)
- Topics: hacktoberfest, hacktoberfest2020
- Language: PHP
- Homepage:
- Size: 4.51 MB
- Stars: 102
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)

## 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