Skip to content
Oxrion Loader

Loader

Install the loader

One command installs the loader on a server you control. It detects your PHP version, downloads the matching build, enables it in php.ini, and verifies the install — nothing to pick by hand.

Step 1

Quick install

One command, run on your server. It detects your PHP, installs the matching build, enables it, and verifies — nothing to download by hand.

Linux / macOS

bash
curl -fsSL https://get-loader.oxrion.com | sh

Windows · PowerShell

powershell
irm https://get-loader.oxrion.com/win | iex

When it finishes, run php -m | grep oxrion to confirm it's active, then restart your web server.

Optional

Review, then run

Don't want to pipe a remote script straight into your shell? Download it first, read it, then run it. Same automatic install — you just get to see exactly what it does.

bash
# Download the installer
curl -fsSL https://get-loader.oxrion.com -o oxrion-install.sh

# Read it
less oxrion-install.sh

# Run it
sh oxrion-install.sh
View the script on GitHub

Prefer to download the build by hand? Use the manual download →