UML and related design tools
-Argo UML
UML Drawing tools that support PHP stub generation. (Commercial spin is Posideon) –java written.
-Umbrello UML
UML Drawing tools that support PHP stub generation. Need unix/kde.
-Dia
UML-supported Drawing tools-Generate PHP using Autodia.
-XMI 2 PHP
Generate PHP code from the XMI document and describe a form of UML in XML.
Two coding tools
Recommended IDE/Editor
-PHP Eclipse
The Eclipse IDE's PHP plug-in
-PHP Edit
It's probably the best free IDE in Windows.
-JEdit
PHP-enabled IDE (plus loads more). Java writing, so the platform is independent.
-Jext
JEdit's twin brother.
-Gphpedit
Gnome/linux the best (?) ) PHP Editor.
-SciTE
Cross-platform editor
-PHP Mode for Emacs
Unix EMACS IDE's PHP Mode
Three Test tools
Debuggers and profilers
-XDebug (recommended)
Excellent debugger and profiler extensions
-Advanced PHP Debugger
George Schlossnagle's Debugger
-Pear::benchmark
Benchmarking and Profiling Tools written in PHP
-DBG
PHP Debugger
Unit Test Framework
-Simple Test (recommended)
About mock objects excellent documentation and support
-PEAR::P hpunit
Four Deployment Tools
Build/Deploy Tools
-PEAR Package Manager (recommended)
Allows you to install pear packages (over the network) and to package your code for installation. Executes the http://pear.php.net/go-pear run under the command line. PHP writing.
-PEAR::P Ackagefilemanager
Automatically generates package.xml files used by Package Manager. PHP writing.
-Phing
PHP's Build tool, equivalent to Apache ANT. It is worth studying when building large projects. PHP writing.
-Zz/oss Installer
PHP based Installation wizard for professional PHP modular application release.
Accelerator
-Turck MMCache (highly recommended)
Integrated opcode cache, Script encoder, Profiler and dynamic content caching (read persistence) in one. Provides a version of Windows.
-PHP Accelerator (recommended)
OPCODE Cache
Five management tools
Document Generation Tools
-Phpdocumentor (recommended)
Generate API documentation (like Javadoc) in source code comments. The output can be "modular" and also supports HTML, PDF, and CHM formats. PHP writing.
-Phpxref (recommended)
Create a "cross-reference" of the source code so you can see where a variable/method/function is declared and where it is referenced. Written in Perl.
Version Control tool (This section is easy to add)
-CVS
Open source version control system, many large projects, including PHP itself, use it to manage code.
-CVSNT
CVS Server program for Windows NT (XP can also)
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.