lijinma/php-cli-color

Make colorful CLI output easy

1.0.0 2014-12-23 07:14 UTC

This package is not auto-updated.

Last update: 2024-03-26 00:59:14 UTC


README

Make php colorful CLI output easy

image

##Installation

composer require lijinma/php-cli-color '~1.0'

##How to use

<?php

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

use Lijinma\Color;

echo Color::GREEN . "Hello" . PHP_EOL;