xactsystems/opcache-dashboard

OPCache Dashboard for Symfony

Installs: 393

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:Twig

Type:symfony-bundle

v1.2.3 2023-10-31 16:55 UTC

This package is auto-updated.

Last update: 2024-04-30 00:39:43 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