Skip to content
Oxrion Loader

Loader / Download

Download a build

Pick your operating system and PHP version to get the exact file for your server. Want to be walked through enabling it? Use the install guide instead.

Choose your build

OS and PHP version

Run php -v on your server to check your version. On Windows, match thread-safety (NTS/TS) — see requirements.

1 · Operating system

2 · PHP version

Not sure? Run php -v on your server.

Your build

oxrion-php8.3-linux-x64.so

Download

Then install it

# 1. Find your extension directory
php -i | grep extension_dir

# 2. Move the file there, renamed:
sudo mv oxrion-php8.3-linux-x64.so \
  <ext_dir>/oxrion.so

# 3. Enable it in php.ini (find: php --ini)
extension=oxrion

# 4. Restart your web server
sudo systemctl restart php8.3-fpm

Verify your download

Every release ships a SHA256SUMS file next to the builds. Compare it against your download before installing:

bash
sha256sum -c SHA256SUMS          # Linux
CertUtil -hashfile <file> SHA256   # Windows

Supports PHP 8.1–8.4 on Linux and Windows. Need something else? Browse all releases →