A meta repository for centralizing package information used in the Wampoon project.
Wampoon is a Windows-based development stack that bundles Apache, MariaDB, PHP, and related tools. This repository serves as the central source of truth for package metadata, including versions, download URLs, and checksums.
The packagesInfo.json file contains an array of package definitions with the following structure:
| Field | Description |
|---|---|
PackageID |
Unique identifier for the package |
Name |
Human-readable package name |
Version |
Package version (format: major.minor.patch.build) |
DownloadUrl |
Direct URL to download the package |
ArchiveFormat |
Optional. Archive type (defaults to zip if not specified) |
| Package | Description |
|---|---|
| Apache HTTP Server | Web server |
| MariaDB Server | Database server |
| PHP Runtime | PHP interpreter |
| phpMyAdmin | Web-based database management |
| wampoon-dashboard | Local development dashboard |
| Wampoon Control Panel | System tray control application |
| Xdebug | PHP debugging extension |
| Composer | PHP dependency manager |
| Microsoft Visual C++ Runtime | Required runtime libraries |
- wampoon-box - All Wampoon project repositories
This project is licensed under the MIT License.