xactsystems/opcache-dashboard

OPCache Dashboard for Symfony

Installs: 507

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Twig

Type:symfony-bundle

v2.0.0 2024-09-17 15:48 UTC

This package is auto-updated.

Last update: 2025-04-17 17:12:35 UTC


README

This bundle provides a simple OPCache dashboard for Symfony 3.4 and 4.4 upwards projects.

Documentation

1) Add XactOPCacheDashboard to your project

composer require xactsystems/opcache-dashboard

2) Add the routes for the scheduler admin views

config/routes.yaml

opcache_dashboard:
    resource: "@XactOPCacheDashboard/Resources/config/routing.yaml"

3) Use the admin views

Browse to http://my-project/opcache-dashboard

Credits

License

This bundle is released under the MIT license. See the complete license in the bundle:

LICENSE