Skip to content
Oxrion

Loader downloads

The loader is free, and always will be

Pick the build matching your PHP version and operating system. No signup. No quotas. Same loader for files encrypted by Cloud or Encoder.

Linux x86_64

NTS only. Compatible with all major distributions. Glibc 2.27+.

Installation instructions
bash
# 1. Find your PHP extension directory
php -i | grep extension_dir

# 2. Move the loader into it
sudo mv oxrion_loader-php8.2-linux-nts.so /usr/lib/php/20220829/

# 3. Add it to php.ini
echo "extension=oxrion_loader.so" | sudo tee -a /etc/php/8.2/cli/php.ini

# 4. Verify
php -m | grep oxrion

No extension access?

PHAR fallback

A single file that works on any PHP 7.4+ environment, including shared hosts where you can't install extensions. Slightly slower than the native loader, but functionally identical.

oxrion_loader.phar

All PHP versions · single file · ~180 KB

usage
bash
# Drop the PHAR anywhere on your include_path
mv oxrion_loader.phar /var/www/lib/

# Then in your application bootstrap:
<?php
require '/var/www/lib/oxrion_loader.phar';
// All encrypted files are now loadable transparently.

Need the encoder?

The encoder is part of our paid plans. The loader on this page is all your customers ever need to install.