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
Requires
- php: >=8.1
- symfony/twig-bundle: 6.4|^7.1
- twig/twig: ^3.11
- williarin/cook: ^1.3
Requires (Dev)
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
- 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: