dizews/yii2-push-stream

yi2 component and widget for nginx push stream module

Installs: 312

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 2

Open Issues: 0

Language:JavaScript

Type:yii2-extension

v1.1 2020-10-26 11:30 UTC

This package is auto-updated.

Last update: 2024-04-14 21:38:17 UTC


README

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(); ?>