https://github.com/inquid/yii2-collaborative
Yii2 widgets and tools for realtime collaboration
https://github.com/inquid/yii2-collaborative
Last synced: 4 months ago
JSON representation
Yii2 widgets and tools for realtime collaboration
- Host: GitHub
- URL: https://github.com/inquid/yii2-collaborative
- Owner: inquid
- Created: 2017-06-13T00:42:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T18:00:03.000Z (about 7 years ago)
- Last Synced: 2024-12-29T14:37:18.656Z (5 months ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&[email protected]&item_name=Yii2+extensions+support&item_number=22+Campaign&amount=5%2e00¤cy_code=USD)
Yii2 Collaborative
==================
Yii2 Collaborative tools for open source projects.Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist inquid/yii2-collaborative "*"
```or add
```
"inquid/yii2-collaborative": "*"
```to the require section of your `composer.json` file.
Usage
-----Once the extension is installed, simply use it in your code by :
For add the github button at the corner use:
```php
= \inquid\collaborative\GitHubRabito::widget(); ?>
```Options:
```php
= \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',
]); ?>
```
SUPPORT
-----
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&[email protected]&item_name=Yii2+extensions+support&item_number=22+Campaign&amount=5%2e00¤cy_code=USD)