Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 2.07 KB

README_cn.md

File metadata and controls

63 lines (40 loc) · 2.07 KB

Opcache panel

MIT PHP Version Github Releases Github Releases Download

English | 中文

PHP Opcache 面板,可以帮助你更好的管理 Opcache,例如删除缓存和其他操作,

特征

  • 漂亮和易用的响应式 UI
  • 支持简单的密码身份验证
  • 支持所有 opcache_* 函数
  • 国际化

安装

要求: PHP 7.0 +, JSON, Zend Opcache 扩展

前往 release 页面并下载最新版本

配置

在开始配置之前,务必要把 config.example.php 重命名为 config.php

AUTH_PASSWORD

身份验证的密码,如果设置为空,则禁用身份验证。

Opcache 预加载

只支持 PHP 7.4 +

  • 编辑 php.ini, 更改 opcache.preload 值为 preload.php 路径。
  • 以如下所示的格式创建 preload.json
{
  "preCompile": [

  ],
  "preInclude": [

  ]
}

preCompile 如果是目录,编译目录下所有的 PHP 文件。

  • 重启 PHP 并检查 Opcache Preload 是否正常工作。

截图

Preview 1

浏览器支持

不保证支持 IE 10 或更低版本

任何支持 Vuebuefy 的浏览器

支持

感谢 JetBrains 为这个项目提供免费的 IDE 开源许可证