pogulailo/unue
最新稳定版本:v1.0.0
Composer 安装命令:
composer require pogulailo/unue
包简介
Unused PHP code detector library
README 文档
README
Unused PHP code detector library.
Usage
All you need to do is add this code before and after the code you want to examine
use Pogulailo\Unue; $driver = new Driver\Pcov(); $transport = new Transport\RabbitMq(); $detector = new Manager($driver, $transport); $detector->start(); // Your code $detector->stop();
统计信息
- 总下载量: 618
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2022-12-06