capslock-studio/filter-class
Composer 安装命令:
composer require capslock-studio/filter-class
包简介
Reliable way to find out functions you do not use with PHP.
README 文档
README
Author: michael34435@capslock.tw
This package will help you to analyze two folders and find out function you do not use(legacy code).
You have to assign two folders.
The first folder we called folderA that it is your based folder.
The second folder we called folderB which you want to analyze.
Composer
composer global require "capslock-studio/filter-class" ln -s $HOME/.composer/vendor/bin/php-filter-class /usr/local/bin/php-filter-class
Usage
php-filter-class [-t {folderB}] [-t {folderB-2}] [-f {folderA}]
-f folderA
-t folderB
Limitation(Knowing Issue)
- Object in function parameter
- Factory mode
- Same function name in both parent and child class
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-10-19