Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)