background image

跨平台编辑器

 

- http://sourceforge.net/projects/php-mode/    PHP Mode for Emacs

Unix EMACS IDE 的 PHP Mode

 测试工具

Debuggers 和 Profilers

- http://www.xdebug.org/    XDebug (推荐)

出色的

 debugger 和 profiler 扩展

- http://pecl.php.net/apd    Advanced PHP Debugger

http://www.schlossnagle.org/~george/blog/    George Schlossnagle 的 debugger 

- http://pear.php.net/package/Benchmark    PEAR::Benchmark

PHP 写的 Benchmarking 和 profiling 工具 

- http://dd.cron.ru/dbg/    DBG
PHP Debugger

单元测试框架

- http://www.lastcraft.com/simple_test.php    Simple Test (推荐)
关于

mock objects 出色的文档和支持

- http://pear.php.net/PHPUnit    PEAR::PHPUnit

 部署工具

构建

/部署工具

- http://pear.php.net/PEAR    PEAR Package Manager (推荐)
允许你安装

PEAR packages (通过网络) ,还能将你的代码打包用于安装。在命令行下执

http://pear.php.net/go-pear 运行。PHP 编写。