wayhood / yii2-easemob
easemob for yii2
dev-master
2015-07-20 02:30 UTC
Requires
- guzzlehttp/guzzle: 5.0.*@dev
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-03-07 20:43:18 UTC
README
easemob for yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist wayhood/yii2-easemob "*"
or add
"wayhood/yii2-easemob": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \wh\easemob\AutoloadExample::widget(); ?>```