https://github.com/veha0001/pmmp-droid
Build PHP for PocketMine-MP 📱📥 Workflows to compile PHP for Android. 📦
https://github.com/veha0001/pmmp-droid
pmmp pocketmine-mp termux-proot
Last synced: 4 months ago
JSON representation
Build PHP for PocketMine-MP 📱📥 Workflows to compile PHP for Android. 📦
- Host: GitHub
- URL: https://github.com/veha0001/pmmp-droid
- Owner: Veha0001
- License: mit
- Created: 2024-11-30T16:44:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-31T05:07:40.000Z (5 months ago)
- Last Synced: 2025-01-29T18:11:48.656Z (4 months ago)
- Topics: pmmp, pocketmine-mp, termux-proot
- Language: Shell
- Homepage:
- Size: 68.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# pmmp-droid
[](https://github.com/Veha0001/pmmp-droid/releases)
[](.github/workflows)
[](https://ko-fi.com/Veha0001)GitHub Actions workflows to build PHP Binaries for PocketMine-MP on Termux (Android).
## ✨ News
You can now download prebuilt PHP binaries for Android directly from the [pmmp GitHub repository](https://github.com/pmmp/PHP-Binaries).## 📖 About
This repository provides automated workflows to create PHP binaries compatible with [PocketMine-MP](https://pmmp.io/), enabling Minecraft server hosting on Android devices using Termux.
## 🚀 Quick Start
Run the following command to download and execute the script in one step:
```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Veha0001/pmmp-droid/main/pchan.sh)"
```
This command ensures that the script is fetched and executed securely.**Running as Root**:
```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Veha0001/pmmp-droid/main/pchan.sh)" -- -r
```
### 🛠️ Options`-a`: Use an alternate URL.
`-r`: Skip root check.
`-u`: Trigger update.
`-c`: Force compile.
`-d `: Set install directory.
`-i`: Ignore SSL certificates.
`-v `: Set update channel.
`-t `: Set custom build URL.