lijinma/php-cli-color

Make colorful CLI output easy

Maintainers

Package info

github.com/lijinma/php-cli-color

pkg:composer/lijinma/php-cli-color

Statistics

Installs: 44 311

Dependents: 1

Suggesters: 0

Stars: 11

Open Issues: 0

1.0.0 2014-12-23 07:14 UTC

This package is not auto-updated.

Last update: 2026-03-10 11:12:48 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;