Skip to content

Loader installation

Installing the Loader takes three steps: download the correct build, place the file, and enable it in php.ini.

Download the Loader build that matches your PHP version, operating system, and (on Windows) thread-safety. See Choosing the right build for how to pick the correct file.

Copy the Loader file into your PHP extension directory. If you’re not sure where that is, you can find it in your PHP configuration (it’s the extension_dir value).

Add the following line to your php.ini:

extension=oxrion_loader.so

On Windows, use the .dll file name instead:

extension=php_oxrion_loader.dll

Restart your web server or PHP service (for example, PHP-FPM) so the change takes effect. To confirm the Loader is active, see Verifying installation.