# PHP-MPQ **Repository Path**: mirrors_linslin/PHP-MPQ ## Basic Information - **Project Name**: PHP-MPQ - **Description**: Handle the MPQ (MoPaQ) format natively from PHP with support for Warcraft III & Starcraft II Maps. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PHP-MPQ Handle the MPQ (MoPaQ) format natively from PHP. Supported Archives: * MPQ Archives (v1.0) * Warcraft III Maps * Warcraft III Campaigns * Starcraft II Maps Supported Compressions: * Gzip * Bzip2 * IMA ADPCM (Mono/Stereo) * Huffman Demo: https://www.wc3maps.com/ Installation ========== Requires: [Composer](https://getcomposer.org/download/) Clone the repository and run ``composer install`` Example ========== ```php readFile("war3map.j"); ?> ```