PHP Package: jfcherng/php-color-output

PHP library for color output formatting in CLI applications with ANSI support.

Current Version: 3.0.0
Last Updated: 2021-05-27
PHP Requirement: >=7.1.3
Dependencies: None

Package Description

PHP Color Output is a library for PHP developers that simplifies color formatting in command-line interfaces using ANSI escape codes. It provides an easy way to enhance the readability and visual appeal of CLI applications. With this library, developers can easily add color, bold, and underline effects to their output text, improving the user experience and making the information more visually engaging. PHP Color Output is a valuable tool for developers looking to create vibrant and dynamic CLI applications efficiently.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.0.0

Download Download v3.0.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/jfcherng/php-color-output/3.0.0/loader.php';
require_once 'libs/php/{lib_version}/loader.php';
require_once 'libs/composer/{lib_version}/loader.php';

use Jfcherng\PhpColor\Color;
use Jfcherng\PhpColor\Style\AbstractStyle;

$obj = new Color();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.