Online PHAR ↔ ZIP converter for PocketMine-MP plugins.
🔗 Open Converter — works on mobile & desktop!
- PHAR → ZIP — Extract plugin source code from
.pharfiles - ZIP → PHAR — Pack plugin source into a
.pharfile - 100% Client-side — Files never leave your device, all processing happens in your browser
- Offline Support — Works without internet once loaded (PWA)
- Mobile Optimized — Designed for phones and tablets first
- Signature Support — SHA-1 (default), SHA-256, SHA-512, MD5
- Compression — Optional GZ compression for smaller
.pharfiles - No Installation — Just open the webpage and start converting
| Input | Output | Description |
|---|---|---|
.phar |
.zip |
Extract plugin files to a ZIP archive |
.zip |
.phar |
Pack files into a PocketMine-MP compatible PHAR |
| Type | Compatibility | Recommended |
|---|---|---|
| SHA-1 | All PocketMine-MP versions | ✅ Default |
| SHA-256 | PocketMine-MP 5.x+ | For newer servers |
| SHA-512 | PocketMine-MP 5.x+ | Maximum security |
| MD5 | All versions | Legacy support |
- Open the converter
- Drag & drop your
.pharor.zipfile (or tap to select on mobile) - Configure signature type and compression if needed
- Click Convert
- Download the result
All file processing is done entirely in your browser using JavaScript. No files are uploaded to any server. The tool works offline after the first visit thanks to Service Worker caching.
This tool is compatible with:
- PocketMine-MP 5.x (PMMP)
- PocketMine-MP 4.x
- DevTools plugin output
- Poggit builds
- Any standard PHP PHAR format
MIT License — free to use, modify, and distribute.
Made with ❤ for the PocketMine-MP community by w1zardz