PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Insolita   Yii2 Opcache   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yii2 Opcache
Show and update the PHP Opcache settings
Author: By
Last change:
Date: 1 month ago
Size: 496 bytes
 

Contents

Class file image Download
{ "name": "insolita/yii2-opcache", "description": "Yii2 OpCache module - Show statistic, config, reset all, invalidate files, search in cached files", "type": "yii2-extension", "keywords": ["yii2","extension","opcache"], "license": "MIT", "authors": [ { "name": "insolita", "email": "webmaster100500@ya.ru" } ], "require": { "php":">=5.6.0", "yiisoft/yii2": "*", "yiisoft/yii2-bootstrap": "^2.0" }, "autoload": { "psr-4": { "\\insolita\\opcache\\": "src/" } } }