PHP 8.1.20 Released!

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
-45
v4ri4bl3 at gmail dot com
11 months ago
Install using Windows Terminal (or PowerShell):

  > winget install xampp
up
-66
javid at mavaddat dot ca
1 year ago
For whatever reason, the stated version of WebPI on Microsoft's website is out of date. They list version 5.0 whereas the latest installer is for 5.1.51515. The installer is fine, but the website version caption is wrong.

Also, it's possible to automate this install using winget:

winget install --id Microsoft.webpicmd
To Top