Skip to content

w1zardz/phar-converter-pmmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 PHAR Converter for PocketMine-MP

Online PHAR ↔ ZIP converter for PocketMine-MP plugins.

🔗 Open Converter — works on mobile & desktop!

Features

  • PHAR → ZIP — Extract plugin source code from .phar files
  • ZIP → PHAR — Pack plugin source into a .phar file
  • 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 .phar files
  • No Installation — Just open the webpage and start converting

Supported Formats

Input Output Description
.phar .zip Extract plugin files to a ZIP archive
.zip .phar Pack files into a PocketMine-MP compatible PHAR

Signature Types

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

Usage

  1. Open the converter
  2. Drag & drop your .phar or .zip file (or tap to select on mobile)
  3. Configure signature type and compression if needed
  4. Click Convert
  5. Download the result

Privacy & Security

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.

For PocketMine-MP Developers

This tool is compatible with:

  • PocketMine-MP 5.x (PMMP)
  • PocketMine-MP 4.x
  • DevTools plugin output
  • Poggit builds
  • Any standard PHP PHAR format

License

MIT License — free to use, modify, and distribute.


Made with ❤ for the PocketMine-MP community by w1zardz

Releases

No releases published

Packages

 
 
 

Contributors