sle/cli-colored-string

This library offers the ability to make colored cli strings.

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/sle/cli-colored-string

v1.0.1 2017-11-17 14:18 UTC

This package is auto-updated.

Last update: 2025-10-14 22:16:40 UTC


README

What does it do?

This library offers the ability to make colored cli strings.

Requirements

  • = PHP 5.5

Installation

composer require sle/cli-colored-string

How to Use?

print Sle\CliColoredString\ColoredString::get('My string', 'yellow', 'blue');
```