dev-master
9999999-devYii2 Collaborative tools for open source projects.
GPL-3.0+
The Requires
by Inquid
repository extension yii2 github open source repo
Wallogit.com
2017 © Pedro Peláez
Yii2 Collaborative tools for open source projects.
Yii2 Collaborative tools for open source projects., (*3)
The preferred way to install this extension is through composer., (*4)
Either run, (*5)
php composer.phar require --prefer-dist inquid/yii2-collaborative "*"
or add, (*6)
"inquid/yii2-collaborative": "*"
to the require section of your composer.json file., (*7)
Once the extension is installed, simply use it in your code by :, (*8)
For add the github button at the corner use:, (*9)
<?= \inquid\collaborative\GitHubRabito::widget(); ?>
Options:, (*10)
<?= \inquid\collaborative\GitHubRabito::widget([
'background_color'=>'#e65353',
'logo_cat'=>'#FFF',
'position_top'=>'0px',
'url'=>'https://github.com/me/MyRepo',
'label'=>'My Github Repo',
'width'=>'250px',
'height'=>'250px',
]); ?>
Yii2 Collaborative tools for open source projects.
GPL-3.0+
repository extension yii2 github open source repo