bookin / yii2-composer-gui

Yii2 module composer gui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

header

Please, don't forget to Star★ the repo if you are interested this project!

Installation

Total Downloads Monthly Downloads License

The preferred way to install this extension is through composer.

To install, either run

$ php composer.phar require bookin/yii2-composer-gui "@dev"

or add

"bookin/yii2-composer-gui": "@dev"

to the require section of your composer.json file.

Usage

Configure component:

'modules'=>[
    'composer'=>[
        'class'=>'bookin\composer\gui\Module'
    ],
]

Open - http://domain.loc/composer

P.S. It is beta, some functions might not work, or work but not as expected.

P.S.S. You can create requests with your suggestions to changes to improve module.

About

Yii2 module composer gui


Languages

Language:PHP 88.2%Language:JavaScript 11.1%Language:CSS 0.7%