文件名称:php-cli-color:简单易用PHP命令行输出的color
文件大小:15KB
文件格式:ZIP
更新时间:2024-02-26 19:25:15
php terminal php-library php-cli TerminalPHP
php-cli-color 简单易用PHP命令行输出颜色 安装 composer require wujunze/php-cli-color 如何使用 <?php require_once __DIR__ . './../vendor/autoload.php' ; $ colors = new Wujunze \ Colors (); // Test some basic printing with Colors class echo $ colors -> getColoredString ( "Testing Colors class, this is purple string o
【文件预览】:
php-cli-color-master
----.gitignore(32B)
----codecov.yml(376B)
----src()
--------Colors.php(5KB)
----.travis.yml(502B)
----LICENSE(1KB)
----composer.json(700B)
----composer.lock(71KB)
----README.md(2KB)
----phpunit.xml(1KB)
----tests()
--------ColorTest()
--------TestCase.php(88B)
----example()
--------test.php(919B)
----.phplint.yml(59B)