aprsoft/yii2-qiniu-live

七牛直播

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Type:yii2-extension

2.0.1 2017-09-12 08:27 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:21:47 UTC


README

七牛直播forYII2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist aprsoft/yii2-qiniu-live "*"

or add

"aprsoft/yii2-qiniu-live": "*"

to the require section of your composer.json file.

Usage

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

<?= \AprSoft\QiNiu\Live\AutoloadExample::widget(); ?>```