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?

PHP中文网
Release: 2016-08-15 18:01:48
Original
1169 people have browsed it

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?

Reply content:

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)!


Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!