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+.
PHP 7.4 · NTS
oxrion_loader-php7.4-linux-nts.so
PHP 8.0 · NTS
oxrion_loader-php8.0-linux-nts.so
PHP 8.1 · NTS
oxrion_loader-php8.1-linux-nts.so
PHP 8.2 · NTS
oxrion_loader-php8.2-linux-nts.so
PHP 8.3 · NTS
oxrion_loader-php8.3-linux-nts.so
PHP 8.4 · NTS
oxrion_loader-php8.4-linux-nts.so
Installation instructions
# 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 Windows
Both NTS (CLI, FastCGI) and TS (Apache mod_php) builds available.
Non-thread-safe (NTS)
PHP 7.4 · NTS
oxrion_loader-php7.4-windows-nts.dll
PHP 8.0 · NTS
oxrion_loader-php8.0-windows-nts.dll
PHP 8.1 · NTS
oxrion_loader-php8.1-windows-nts.dll
PHP 8.2 · NTS
oxrion_loader-php8.2-windows-nts.dll
PHP 8.3 · NTS
oxrion_loader-php8.3-windows-nts.dll
PHP 8.4 · NTS
oxrion_loader-php8.4-windows-nts.dll
Thread-safe (TS)
PHP 7.4 · TS
oxrion_loader-php7.4-windows-ts.dll
PHP 8.0 · TS
oxrion_loader-php8.0-windows-ts.dll
PHP 8.1 · TS
oxrion_loader-php8.1-windows-ts.dll
PHP 8.2 · TS
oxrion_loader-php8.2-windows-ts.dll
PHP 8.3 · TS
oxrion_loader-php8.3-windows-ts.dll
PHP 8.4 · TS
oxrion_loader-php8.4-windows-ts.dll
Installation instructions
# 1. Drop the DLL into your PHP ext\ directory
# (typically C:\php\ext\)
# 2. Edit php.ini and add:
extension=oxrion_loader
# 3. Restart your web server (IIS / Apache / nginx + php-cgi)
# 4. Verify
php -m | findstr 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
# 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.