https://github.com/hill-98/opcache-panel
PHP opcache panel
https://github.com/hill-98/opcache-panel
opcache opcache-gui opcache-panel php
Last synced: about 1 year ago
JSON representation
PHP opcache panel
- Host: GitHub
- URL: https://github.com/hill-98/opcache-panel
- Owner: Hill-98
- License: mit
- Created: 2019-10-23T08:45:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T13:44:05.000Z (about 4 years ago)
- Last Synced: 2025-01-27T12:15:47.745Z (about 1 year ago)
- Topics: opcache, opcache-gui, opcache-panel, php
- Language: Vue
- Size: 3.67 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Opcache panel
[English](https://github.com/Hill-98/opcache-panel/blob/master/README.md) | [中文](https://github.com/Hill-98/opcache-panel/blob/master/README_cn.md)
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](https://github.com/Hill-98/opcache-panel/releases) 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
```json
{
"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

## Browser support
**Not guaranteed to support IE10 or lower version**
Any browser that supports [Vue](https://github.com/vuejs/vue) and [buefy](https://github.com/buefy/buefy)
## Supports
Thanks to [JetBrains](https://www.jetbrains.com/) for providing a free IDE open source license for this project