PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Uldis Nelsons   YII2 PHP Dashboard Panel   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: YII2 PHP Dashboard Panel
Controller and a widget to display dashboard panel
Author: By
Last change:
Date: 5 years ago
Size: 574 bytes
 

Contents

Class file image Download
{ "name": "unyii2/yii2-panel", "minimum-stability": "dev", "prefer-stable": "true", "description": "yii2 panel module", "keywords": ["yii2", "panel"], "homepage": "https://github.com/unyii2/yii2-panel.git", "license": "BSD-4-Clause", "authors": [ { "name": "Uldis Nelsons", "email": "uldis@weberp.lv", "homepage": "http://www.weberp.lv/" } ], "require": { "php": "7.*" }, "autoload": { "psr-4": { "unyii2\\yii2panel\\": "src/" } } }