gb5256 / yii2-push-stream

yii2 push stream wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

push-stream

push stream module

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist dizews/yii2-push-stream "*"

or add

"dizews/yii2-push-stream": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \dizews\pushStream\PushStreamWidget::widget(); ?>

About

yii2 push stream wrapper


Languages

Language:PHP 100.0%