Skip to content

Fahrenholz/php-cli-colorizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

php-cli-colorizer

Helper class to colorize CLI output in php

Usage

require_once CliColorizer.php

//Colorize String

//will display "Hello world" with red color
echo CliColorizer::colorize("Hello world", "red");
//will display "Hello world" with red background-color and black color
echo CliColorizer::colorize("Hello world", null, "red");
//will display "Hello world" with white color and red background-color
echo CliColorizer::colorize("Hello world", "white", "red");

About

Helper class to colorize CLI output in php

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages