Home  >  Article  >  Backend Development  >  What to use for php integrated development environment

What to use for php integrated development environment

silencement
silencementOriginal
2019-09-24 14:41:433261browse

What to use for php integrated development environment

The integrated environment used for PHP development can be PHPStorm, or the free version of IDEA plus PHP plug-in. The functions of the two are basically the same, but the installation of the latter is a little fiddly.

Features of PHPStorm: Cross-platform, I can use it under Windows, Linux, and Mac. It has exactly the same interface and functions, so I don’t have to worry about the UI. It’s pretty good-looking, so I

use it What's more, Darcula is a theme that can easily debug PHP scripts located in various places, such as local, remote, and GAE. It also comes with a RESTful client, which is convenient for debugging API, but it's not big. Easy to use... You can truly understand the source code and perform reconstruction, such as renaming functions/classes, splitting functions or classes, automatically completing PHPDoc, identifying syntax errors, etc. It is very useful for PHP New standards and syntax support are relatively timely. Although it seems that many IDEs can do this, IDEA does it better. You can directly browse the

database in the IDE, browse files on the remote server, and automatically upload them to the remote server. The IDE supports many With a version control system, almost everything can always be done in the IDE. There are many plug-ins

. Plug-ins can support the development of more languages, support front-end development, and have good support for JS.

The above is the detailed content of What to use for php integrated development environment. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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
Previous article:php enable error promptNext article:php enable error prompt