bookin/yii2-composer-gui

Yii2 module for control packages

Installs: 367

Dependents: 0

Suggesters: 0

Security: 0

Stars: 10

Watchers: 3

Forks: 3

Open Issues: 0

Type:yii2-extension

dev-master 2019-09-10 20:03 UTC

This package is not auto-updated.

Last update: 2024-04-22 05:06:57 UTC


README

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.