https://github.com/xactsystems/opcache-dashboard
Symfony bundle providing a simple OPCache dashboard
https://github.com/xactsystems/opcache-dashboard
admin-dashboard dashboard hacktoberfest opcache php symfony
Last synced: 4 months ago
JSON representation
Symfony bundle providing a simple OPCache dashboard
- Host: GitHub
- URL: https://github.com/xactsystems/opcache-dashboard
- Owner: XactSystems
- License: mit
- Created: 2020-08-20T16:22:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T15:52:26.000Z (over 1 year ago)
- Last Synced: 2025-03-31T02:33:52.355Z (about 1 year ago)
- Topics: admin-dashboard, dashboard, hacktoberfest, opcache, php, symfony
- Language: Twig
- Homepage:
- Size: 782 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OPCache Dashboard
===============
This bundle provides a simple OPCache dashboard for Symfony 3.4 and 4.4 upwards projects.
Documentation
-------------
### 1) Add XactOPCacheDashboard to your project
```bash
composer require xactsystems/opcache-dashboard
```
### 2) Add the routes for the scheduler admin views
config/routes.yaml
```yaml
opcache_dashboard:
resource: "@XactOPCacheDashboard/Resources/config/routing.yaml"
```
### 3) Use the admin views
Browse to http://my-project/opcache-dashboard
Credits
-------
* Ian Foulds as the creator of this package.
* Carlos Beunosvinos (https://github.com/carlosbuenosvinos) for inspiration with opcache dashboard.
License
-------
This bundle is released under the MIT license. See the complete license in the
bundle:
[LICENSE](https://github.com/xactsystems/opcache-dashboard/blob/master/LICENSE)