xdimedrolx/cometchat-php-sdk

dev-main 2022-11-27 16:14 UTC

This package is auto-updated.

Last update: 2024-08-27 20:16:47 UTC


README

CometChat的PHP客户端。

CometChat允许您为您的网站和应用程序添加语音、视频和文本聊天功能。

安装

首选的安装方法是使用 Composer。运行以下命令安装包并将其添加到项目的 composer.json 文件中

composer require xdimedrolx/cometchat-php-sdk symfony/http-client nyholm/psr7

用法

use ComentChat\Chat\CometChat;

$client = CometChat::create($appId, $region, $apiKey);

$user = $client->user()->get('superhero')->getData();

待办事项

  • 用户
  • 身份验证令牌
  • 成员
  • 消息
  • 测试