wayhood / yii2-easemob
easemob for yii2
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- guzzlehttp/guzzle: 5.0.*@dev
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-11-07 17:42:47 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(); ?>```