An installer for a portable WAMP (Windows, Apache, MariaDB, PHP) stack, giving you a ready-to-use local web development setup without complex configuration
Download and run Wampoon-Installer.exe to set up your local WAMP environment.
Wampoon Installer includes the latest versions of the following components:
- Apache: Web server for hosting your applications,
- MariaDB: Database server (MySQL-compatible),
- PHP: Server-side scripting language,
- phpMyAdmin: Web-based database administration tool.
- Composer: Dependency manager for PHP projects.
- XDebug: PHP extension for debugging and profiling applications.
- Wampoon Dashboard: Centralized interface to monitor and manage your WAMP stack.
- Wampoon Control Panel: Desktop app to start, stop, and control your local servers..
This installer is written in C#/.NET Framework 4.8.
- Visual Studio 2022 or later with .NET Framework 4.8 development tools (already included in Windows 10 or later).
- Clone the repository
- Open the solution file in Visual Studio
- Restore NuGet packages if needed
- Build the solution (Build → Build Solution or Ctrl+Shift+B)
- The installer executable will be generated in the output directory
If you encounter any issues or have suggestions for improvements, please report them on the project's GitHub repository.
Contributions are welcome! Please feel free to submit pull requests or open issues on the GitHub repository:
This project is licensed under the MIT License - see the LICENSE file for details.