guitarneck/taphp-color
最新稳定版本:2.0.0
Composer 安装命令:
composer require guitarneck/taphp-color
包简介
TAP consumer in color for PHP.
README 文档
README
TAP consumer in color for TAPHP.
This library is not psr-0/4 compliant. Indeed, its contains functions to capture the running tests of TAPHP that make it unfriendly with composer's autoload way.
Tested on PHP versions : 5.6.9, 7.4.13 ,8.0.0
example
with composer :
require dirname(__DIR__).'/vendor/guitarneck/taphp-color/taphp-html.php'; require dirname(__DIR__).'/vendor/guitarneck/taphp/taphp.lib.php';
without composer :
require_once 'taphp-html.php'; require_once 'taphp.lib.php';
License
统计信息
- 总下载量: 28
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2021-05-19