sle/cli-colored-string

This library offers the ability to make colored cli strings.

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

This package is auto-updated.

Last update: 2024-04-14 18:41:08 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');
```