bookin / yii2-composer-gui
Yii2 module for control packages
Installs: 375
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 3
Forks: 3
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- bookin/composer-api: *
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-04 07:38:43 UTC
README
Please, don't forget to Star★ the repo if you are interested this project!
Installation
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.