imanghafoori/php-imports-analyzer
最新稳定版本:v1.1.0
Composer 安装命令:
composer require imanghafoori/php-imports-analyzer
包简介
A command line tool to scan for extra or wrong use statements in composer based apps.
README 文档
README
A command line utility designed to scan your composer-based PHP applications and identify unnecessary or incorrect use statements. This tool is especially beneficial for examining your open-source packages, ensuring they adhere to optimal coding standards.
Install:
composer require imanghafoori/php-imports-analyzer --dev
Alternatively, you have the option to install it globally:
composer global require imanghafoori/php-imports-analyzer
Usage:
./vendor/bin/check_imports
Navigate to your project's root directory and run the following command:
check_imports
统计信息
- 总下载量: 192.28k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 21
- 点击次数: 1
- 依赖项目数: 20
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-10