I have been involved in PHP development for more than three years. What are the advanced PHP tools in your opinion? What do they do?
IDE class: PHPstorm. This artifact instantly kills zend and ordinary eclipse because of its various powerful functions.
Debugging category: xdebug+wincacheegrind, this is used to view the system running process and analyze the program.
Framework: CI is written very elegantly, and yaf’s efficiency is unmatched.
Same preferences as above. Shake hands.
When debugging, xdebug + phpunit + XHProf
sublime text3: Write small projects or demos (debug the program directly with var_dump and echo)
PhpStorm: Used in developing and large-scale projects
xdebug + wincacheegrind: Used in debugging
CI: Used in the framework
I always use Notepad++...
IDE: NetBeans, performance tuning: xhprof
Vim under Linux is enough
I heard that PHPstorm is very good.
IDE: PhpStorm, you must use this!
Text editor: It is also necessary to install an efficient text editor that supports regular expressions, such as: editplus/textmate/sublime
Debugging tools: xdebug + wincacheegrind
Operating system: Linux, OSX, replace windows. The efficiency will be much higher.
Running environment: vagrant+virtualbox, configured, don’t want to start over again.
Database management tools: Windows platform SQLyog; OSX Sequel Pro; Linux platform, Wine and SQLyog!
You must have an offline copy of the PHP manual!
.gdb
xshell connects to the server
sublime text3 The most beautiful editor,
xdebug+wincacheegrind for debugging
phpunit for testing
navicat mysql tool
The above is my experience in PHP development for more than three years. What are the advanced PHP tools in your eyes? What do they do? For more related content, please pay attention to the PHP Chinese website (m.sbmmt.com)!