genkiroid/turpan
Composer 安装命令:
composer require genkiroid/turpan
包简介
Turpan will check that whether deletion of PHP require statements is safe.
README 文档
README
Turpan will check that whether deletion of PHP require statements is safe.
Usage
vendor/bin/turpan {from rev} HEAD
If deleted (include|include_once|require|require_once) statements was not pure class file reference, Turpan show warnings. Pure class file means that only contains class declaration and (include|include_once|require|require_once) statements.
Environment variables
| name | example | default | description |
|---|---|---|---|
| TURPAN_SHOW_DETAIL | OFF | - | Not display code in report. |
| IGNORE_PATTERN | /tests/ | - | Ignore matched path. |
| DOC_ROOT_DIR | app | - | Specify document root. |
统计信息
- 总下载量: 11.05k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-24