jimchen/tim-sdk
最新稳定版本:2.0.0.beta.7
Composer 安装命令:
composer require jimchen/tim-sdk
包简介
IM Sdk for Tencent Instant Messaging
README 文档
README
IM Sdk for Tencent Instant Messaging.
Requirement
- PHP >= 7.2
- Composer
- Openssl Extension, Curl Extension
Installation
$ composer require "jimchen/tim-sdk:^2.0"
Usage
Basic Usage:
use TimSDK; $options = [ 'app_id' => '14000xxxx', 'identifier' => 'admin', 'key' => 'Your key', 'http' => [ 'timeout' => 30, ], ]; $app = new TimSDK\Application($options); $collect = $app->account->import('identifier', 'nickname', 'faceUrl');
Documentation
License
统计信息
- 总下载量: 735
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-17