xdimedrolx/cometchat-php-sdk

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

This package is auto-updated.

Last update: 2024-04-27 19:16:42 UTC


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