bookin/yii2-sidecar-gitter

Yii2 widget for sidecar.gitter.im

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2016-07-25 13:14 UTC

This package is not auto-updated.

Last update: 2024-04-25 00:32:45 UTC


README

This yii2 extension is a wrapper for the Sidecar Gitter.im

Total Downloads

Installation

The preferred way to install this extension is through composer.

To install, either run

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

or add

"bookin/yii2-sidecar-gitter": "@dev"

to the require section of your composer.json file.

Usage

bookin\gitter\Sidecar::widget([
    'clientOptions'=>[
        'room'=>'yiisoft/yii2/rus',
        ...
    ]
]);