Loader installation
Installing the Loader takes three steps: download the correct build, place the file, and enable it in php.ini.
1. Download the right build
Section titled “1. Download the right build”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.
2. Place the file
Section titled “2. Place the 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).
3. Enable it in php.ini
Section titled “3. Enable it in php.ini”Add the following line to your php.ini:
extension=oxrion_loader.soOn Windows, use the .dll file name instead:
extension=php_oxrion_loader.dll4. Restart PHP
Section titled “4. Restart PHP”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.