Home » 1. Useful development tool (IDE) when developing PHP

1. Useful development tool (IDE) when developing PHP

Introducing a decent tool for developing PHP.

There are many good tools such as Eclipse and Visual Studio used for Java, Android, and C# development.

Imagine if there is no IDE like this in PHP

Let me introduce the tools I have used and the pros and cons.

  1. Eclipse PDT

Install and use PDT development environment in Eclipse

Advantages
-User friendly because they use Eclipse
-Various plug-ins exist due to the nature of Eclipse

Disadvantages
-Heavy due to the nature of the tool

  1. PhpStrom

Developed based on IntelliJ tool
If you enter the homepage, you can use the trial version.
https://www.jetbrains.com

Advantages
-Familiar to people who often use IntelliJ.
-The function of the tool itself is very powerful.
-Various plug-ins are provided, and there are many boiler plate codes

Disadvantages

  • pay

3. Netbeans

There are existing versions provided by Oracle and versions developed by the Apache Foundation.

Advantages
-Familiar to those who have used existing Netbeans tools
-Strong code assist function
-SFTP/FTP function provided

Disadvantages
-Inconvenient to manage files

1 thought on “1. Useful development tool (IDE) when developing PHP”

Leave a Reply

Your email address will not be published. Required fields are marked *