Installation Script
Since XAMPP isn’t actively developed anymore, I went ahead and created this package to help you install and manage Apache, PHP (with XDebug) and MySQL on Windows using PowerShell.
-
Clone or Download this repository to your machine.
-
Open PowerShell as administrator (important to ensure everything installs smoothly).
-
Run
.\xampp-setup.ps1
to install Apache, PHP, MySQL.
- The script will handle the downloading and configuring of these components for you.
- Follow any on-screen prompts and let the script do its magic.
Once the setup is complete, you can start or stop Apache and MySQL at any time using the xampp-control.ps1
script:
.\xampp-control.ps1
This project is licensed under the MIT License.