In fact, there are many PHP development tools that can be searched on the website. For beginners, there are too many choices and they don’t know how to choose.
This article is based on the window platform and has customized a very easy-to-use development tool for PHP beginners.
PHP development tools actually include the following two:
1.PHP server component.
2.PHP IDE (Integrated Development Environment, integrated development environment).
3.MySql management tool
4.Text editor
PHP server component
There are many PHP server components including WampServer, XAMPP, AppServ, phpStudy , phpnow, etc.
php Chinese website recommends: phpStudy, which is currently the most widely used on the window platform, and the operation is also very simple. phpStudy also integrates the PhpMyAdmin database management tool.
Download address: http://www.php.cn/xiazai/gongju/89
PHP IDE (Integrated Development Environment, integrated development environment)
PHP IDE is also There are many such as PhpStorm, Eclipse for PHP, Zend Studio, etc.
php Chinese website recommendation: PhpStorm
Download address: http://www.php.cn/xiazai/gongju/903
MySql management tool
MySql management tools commonly used include: Navicat for Mysql, PhpMyAdmin.
php Chinese website recommendation: Navicat for Mysql, Navicat for MySQL is a set of powerful database management and development tools specially designed for MySQL. It can be used with any MySQL database server 3.21 or above, and supports most of the functions of the latest version of MySQL, including triggers, stored procedures, functions, events, retrieval, permission management, etc.
Download address: http://www.php.cn/xiazai/gongju/757
Text Editor
If you are already proficient in PHP syntax, then You can gradually abandon those clunky IDEs and use a text editor to write PHP code.
Commonly used editors include: Notepad, editplus, Sublime Text, etc.
php Chinese website recommendation: Sublime Text
Download address: http://www.php.cn/xiazai/gongju/1473