hill-98/opcache-panel

PHP opcache panel

Maintainers

Package info

github.com/Hill-98/opcache-panel

Language:Vue

Type:project

pkg:composer/hill-98/opcache-panel

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

1.5.1 2021-02-17 11:49 UTC

This package is auto-updated.

Last update: 2026-03-17 18:06:48 UTC


README

MIT PHP Version Github Releases Github Releases Download

English | 中文

PHP opcache panel, can help you better manage opcache, for example, delete the cache and other operations.

Feature

  • Beautiful and easy to use responsive UI
  • Support for simple password authentication
  • Support for all opcache_* functions
  • i18n

Install

Request: PHP 7.0 +, JSON, Zend Opcache Extension

Go to the release page and download the latest version

Configuration

Before you begin configuring, must take config.example.php rename config.php

AUTH_PASSWORD

Authentication password, if set to empty, disable authentication.

Opcache Preload

Support PHP 7.4 + Only

  • Edit php.ini, change the opcache.preload value to preload.php path.
  • Create preload.json in the format as shown below
{
  "preCompile": [

  ],
  "preInclude": [

  ]
}

preCompile If is directory, compile all the PHP files in the catalog.

  • Restart PHP and check that Opcache preload is working properly

Screenshots

Preview

Browser support

Not guaranteed to support IE10 or lower version

Any browser that supports Vue and buefy

Supports

Thanks to JetBrains for providing a free IDE open source license for this project