jp3cki/yii-cli-color

There is no license information available for the latest version (1.0.0) of this package.

Adding colors to console output (for Yii Framework 1) [forked from https://github.com/kevinkorb/yii-cli-color]

1.0.0 2015-03-02 09:49 UTC

This package is auto-updated.

Last update: 2024-04-19 04:56:33 UTC


README

Adding colors to console output

YII CLI Color Class

A very simple, intuitive way to add color to your console

class.jira.php

Quick example: (This will output red text in a white background)

cliColor->getColoredString("Removing File: {$file}", 'red', 'white'); ?>