### Installation with Composer Source: https://github.com/jfcherng/php-color-output/blob/master/README.md This snippet shows how to install the php-color-output library using Composer, the dependency manager for PHP. ```text composer require jfcherng/php-color-output ``` -------------------------------- ### PHP Example Usage Source: https://github.com/jfcherng/php-color-output/blob/master/README.md Demonstrates how to use the `CliColor::color` and `CliColor::noColor` functions in PHP to style command-line output. Includes examples of applying single and multiple colors, controlling color reset, and removing color codes. ```php