Home  >  Article  >  Backend Development  >  9 good tools to quickly build a PHP running environment with one click

9 good tools to quickly build a PHP running environment with one click

WBOY
WBOYOriginal
2016-08-08 09:32:332149browse

One-click tool to build PHP running environment

1.APMSer

http://apmserv.s135.com/

Domestic research and development, powerful functions, simple operation, no installation required, just one click of the mouse, that is You can automatically build a perfect PHP Web server on your own computer.

2.PHPnow

http://www.phpnow.org/

Domestic research and development, integrated suite, green and free, easy to install, and can quickly build a PHP environment that supports virtual hosts.

3.Easy2PHP

The official website has expired, please search for the download address yourself (recommended: http://www.greendown.cn/soft/8254.html)
Domestic research and development, Apache+PHP+ under Windows The green environment package of MySQL+Zend+phpMyAdmin requires no installation and you can build your own Web server in just a few seconds.

4.PHPStudy

The official website has been deleted, please search for the download address yourself (recommended: http://download.pchome.net/development/sever/php/detail-40373.html)
Domestic R&D, set The latest version of the package is all in one. It only needs to be installed once, but it can be used freely without configuration, which is convenient and convenient.

5.ComsenzEXP

http://www.comsenz.com/downloads/install/exp

Domestic research and development is a set of community product integrated experience installation packages developed by Comsenz Chuangxiang. ComsenzEXP includes: Discuz ! (Forum), SupeSite (CMS), UCenter (User Center), UCenter Home (SNS Community).

6.DedeAMPZ-PHP environment integration suite

http://www.dedecms.com/html/chanpinxiazai/20080905/39481.html

domestic research and development, directly integrating PHP+Apache+MySql server environment management The software is very fool-proof to operate and is suitable for junior and intermediate level webmasters to use. This package is equipped with dedecms by default, which is very simple to install and use, and supports switching between php4 and php5. You can also debug other PHP programs, just put them in the wwwroot directory.

7. abbreviated version. You only need to download and unzip XAMPP to complete the installation without making any changes to the Windows registry. You do not need to edit any configuration files, except when using the XAMPP Windows installation package. It has a relatively powerful local testing platform. Although the panel is in English, it is clear and easy to understand. The advantage of registering as a system service is that it can run automatically when booting, but it will consume a certain amount of system resources. It is up to the user to decide. After the installation is successful and the service is started successfully, you can open the browser and enter http://localhost/ to see if it is successful. In the web page options of XAMPP, there is Chinese support. It seems that many people are using Xampp.

8.WampServer

http://www.wampserver.com/

English version, Apache+PHP+MySQL server software under Windows. PHP extensions and Apache modules can be turned on/off with just a click of the mouse. You no longer have to modify the configuration files yourself, WampServer does it all for you. The official website does not have Chinese, but the program supports Chinese. It can switch online and offline status, and the language item in the options also has Simplified Chinese as an option, which is very good.

9.AppServ

http://www.appservnetwork.com/

Developed in Thailand, some free web hosting resources on the Internet are repackaged into a single installer, which is a PHP web web hosting tool package. It is convenient for PHP beginners to quickly complete the website.

Manually install the PHP running environment method

Generally speaking, the PHP running environment requires the installation of the following components:

1.Apache (Apache) Web server software;

2.MySQL (small relational database management system) ;

3.PHP (php language compilation environment);

4: phpmyadmin (manage MYSQL);

5.Zend (increase PHP execution speed).

FAQ about installing PHP

If some such PHP-related services cannot be started, please pay attention to whether port 80 in your machine is occupied. How to check whether port 80 is occupied: open CMD (Start-Run-enter CMD and press Enter), Enter netstat -ano and you can clearly see the PID of the program occupying local port 80.

The above introduces 9 good tools for quickly setting up a PHP running environment with one click, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

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