PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Andrew Collington   PHP OpCache Web Interface   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP OpCache Web Interface
Show the usage of cached PHP scripts with OpCache
Author: By
Last change:
Date: 6 years ago
Size: 859 bytes
 

Contents

Class file image Download
{ "name": "amnuts/opcache-gui", "description": "A clean, effective and responsive interface for Zend OPcache, with real(ish)-time monitoring, filtering and the ability to invalidate files", "keywords": ["opcache", "cache", "gui", "opcodes", "interface"], "minimum-stability": "stable", "license": "MIT", "authors": [ { "name": "Andrew Collington", "email": "andy@amnuts.com", "homepage": "http://www.amnuts.com/", "role": "Developer" }, { "name": "Contributors", "homepage": "https://github.com/amnuts/opcache-gui/graphs/contributors" } ], "support": { "email": "andy@amnuts.com", "issues": "https://github.com/amnuts/opcache-gui/issues" }, "require": { "ext-Zend-OPcache": "*", "php": ">=5.4" }, "autoload": { "psr-4" : { "OpcacheGui\\" : "/" } } }