GitHub Actions workflows to build PHP Binaries for PocketMine-MP on Termux (Android).
You can now download prebuilt PHP binaries for Android directly from the pmmp GitHub repository.
This repository provides automated workflows to create PHP binaries compatible with PocketMine-MP, enabling Minecraft server hosting on Android devices using Termux.
Run the following command to download and execute the script in one step:
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 -c "$(curl -fsSL https://raw.githubusercontent.com/Veha0001/pmmp-droid/main/pchan.sh)" -- -r
-a
: Use an alternate URL.
-r
: Skip root check.
-u
: Trigger update.
-c
: Force compile.
-d <dir>
: Set install directory.
-i
: Ignore SSL certificates.
-v <channel>
: Set update channel.
-t <url>
: Set custom build URL.