ufo-cms/colored_cli

Maintainers

Package info

github.com/UFO-Tech/colored_cli

pkg:composer/ufo-cms/colored_cli

Statistics

Installs: 2 516

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-25 23:08:06 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;