php-cli-colors icon indicating copy to clipboard operation
php-cli-colors copied to clipboard

Liven up you PHP Console Apps with standard colors

php-cli-colors

Liven up you PHP Console Apps with standard colors

View on Packagist

image

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

require __DIR__ . '/vendor/autoload.php';

use Codedungeon\PHPCliColors\Color;

echo Color::GREEN, 'Hello', Color::RESET, PHP_EOL;

above exemple

See rainbow.php sample for more details

License

Copyright © 2017-2020 Mike Erickson Released under the MIT license

Credits

php-cli-color written by Mike Erickson

E-Mail: [email protected]

Twitter: @codedungeon

Website: codedungeon.org

Screenshot

Screenshot