Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

vladbalmos/php-clicolor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-clicolor

A static class which outputs colored text when used in text terminals.

Usage

<?php
use CliColor\CliColor as CliColor;
echo CliColor::boldRed("DANGER!") . PHP_EOL;

This class is a work in progress and as such, only a few colors have been added. To see the full list of supported colors open src/CliColor.php and look at the $colors array.

About

A static class which outputs colored text when used in text terminals

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages