Skip to content

lijinma/php-cli-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-cli-color

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;

About

Make php colorful CLI output easy

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages