PHP Installer Tools on Windows

PHP Install Tools

» XAMPP, WampServer and BitNami will setup PHP applications for use with Apache on Windows.

Setting up and configuring Nginx on Windows requires a bit more configuration. See the » Nginx documentation for additional setup help.

add a note

User Contributed Notes 2 notes

up
0
karlcoupons127 at gmail dot com
10 months ago
I had success installing PHP on windows with chocolatey, the package manager for windows. As of this comment, the version choco provided was 8.2.7, which is the latest.

One command from an elevated powershell: 'choco install php'

https://community.chocolatey.org/packages/php
up
-52
v4ri4bl3 at gmail dot com
1 year ago
Install using Windows Terminal (or PowerShell):

> winget install xampp
To Top