Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T15:52:26.000Z (2 months ago)
- Last Synced: 2024-09-17T19:56:14.550Z (2 months ago)
- Topics: admin-dashboard, dashboard, hacktoberfest, opcache, php, symfony
- Language: Twig
- Homepage:
- Size: 782 KB
- Stars: 0
- Watchers: 2
- 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-dashboardCredits
-------* 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)