Third-party tools for installing PHP

Warning

Builds from third-parties are considered unofficial and not directly supported by the PHP project. Any bugs encountered should be reported to the provider of those unofficial builds unless they can be reproduced using the builds from » the official download area.

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

add a note

User Contributed Notes 1 note

up
2
karlcoupons127 at gmail dot com
1 year 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
To Top