1 頁 (共 1 頁)

重構工具

發表於 : 2013-11-05 09:22:11
yehlu
Rephactor 是一个命令行的 PHP5 重构工具,这是一个自动化的工具,为开发者提供一种轻松方法来修改不同代码库中的源码。
http://rephactor.sourceforge.net/

Scisr 是一个简单的 PHP 重构工具,本身使用 PHP 编写。

使用方法:

1. 类的重命名:$ scisr rename-class OldName NewName [files]
2. 修改方法吗:$ scisr rename-method OwningClassName oldMethodName newMethodName [files]
http://iangreenleaf.github.io/Scisr/

QafooLabs / php-refactoring-browser
A command line refactoring tool for PHP — More...
http://qafoolabs.github.com/php-refactoring-browser