always/tencent-im

Tencent IM Service api

Maintainers

Details

gitee.com/ye_xi/tencent-im.git

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/always/tencent-im

v1.0 2022-03-29 04:09 UTC

This package is auto-updated.

Last update: 2025-12-18 17:10:04 UTC


README

  1. PHP >= 7.0
$ composer require "always/tencent-im:^1.0"

Usage

<?php

use Always\TencentIm\TencentIm;

$config = ['appid' => 'AppId', 'key' => 'Key'];
$im = new TencentIm($config);
$res = $im->account->accountCheck([['UserID' => '1']]);
var_dump($res);


$account = $im->account; // 账号管理API
$message = $im->message; // 消息API
$sns = $im->sns; // 关系链管理API