xdimedrolx/cometchat-php-sdk
Composer 安装命令:
composer require xdimedrolx/cometchat-php-sdk
包简介
关键字:
README 文档
README
A PHP client for CometChat chat.
CometChat enables you to add voice, video & text chat for your website & app.
Installation
The preferred method of installation is via Composer. Run the following
command to install the package and add it as a requirement to your project's
composer.json:
composer require xdimedrolx/cometchat-php-sdk symfony/http-client nyholm/psr7
Usage
use ComentChat\Chat\CometChat; $client = CometChat::create($appId, $region, $apiKey); $user = $client->user()->get('superhero')->getData();
TODO
- Users
- Groups
- Auth Tokens
- Members
- Messages
- Tests
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MPL-2.0
- 更新时间: 2022-11-26