1. Go to this page and download the library: Download ez-php/opcache library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
// Auto-generated OPcache preload script.
// Generated by ez-php/opcache at 2026-03-29 12:00:00
// Total files: 42
// Usage: set opcache.preload=<this-file> in php.ini
if (function_exists('opcache_compile_file')) {
opcache_compile_file('/var/www/html/vendor/ez-php/framework/src/Application.php');
opcache_compile_file('/var/www/html/vendor/ez-php/framework/src/Container.php');
// ...
}
bash
composer
ini
opcache.preload=/var/www/html/preload.php
opcache.preload_user=www-data
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.