lijinma/php-cli-color

Make colorful CLI output easy

Installs: 43 034

Dependents: 1

Suggesters: 0

Security: 0

Stars: 11

Watchers: 2

Forks: 3

Open Issues: 0

pkg:composer/lijinma/php-cli-color

1.0.0 2014-12-23 07:14 UTC

This package is not auto-updated.

Last update: 2025-10-07 08:55:49 UTC


README

Make php colorful CLI output easy

image

##Installation

composer require lijinma/php-cli-color '~1.0'

##How to use

<?php

require __DIR__ . '/vendor/autoload.php';

use Lijinma\Color;

echo Color::GREEN . "Hello" . PHP_EOL;