codenauhc / yii2-tim-sdk
腾讯TIM sdk,云通讯REST API
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 217
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/codenauhc/yii2-tim-sdk
Requires
- php: >=7.0.0
- guzzlehttp/guzzle: ^6.3
This package is not auto-updated.
Last update: 2023-02-27 00:14:58 UTC
README
腾讯TIM sdk,基于腾讯云通讯的封装,请求使用了guzzle;云通讯REST API
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist codenauhc/yii2-tim-sdk "*"
or add
"codenauhc/yii2-tim-sdk": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :