ufo-cms/colored_cli

v1.0.0 2022-10-25 09:22 UTC

This package is auto-updated.

Last update: 2024-04-25 19:26:25 UTC


README

Enum of colors for creating colored texts in the console

##install

> composer require "ufo-cms/colored_cli: *"

#use

use \UfoCms\ColoredCli;

...

echo CliColor::RED->value. "Some text" . CliColor::RESET->value;