腾讯云 即时通信 IM SDK for PHP

v1.0.3 2023-03-12 13:18 UTC

This package is auto-updated.

Last update: 2024-05-12 16:08:25 UTC


README

腾讯云 即时通信 IM SDK for PHP

Latest Stable Version Latest Unstable Version Total Downloads License

Laravel 扩展包:传送门

Hyperf 扩展包:传送门

运行环境

相关文档

https://chenjiacheng.github.io/tim

安装方式

composer require chenjiacheng/tim

使用示例

// 配置信息
$config = [
    'sdkappid'   => '1400000000',
    'key'        => 'd182df719a269501ec4795f980aa3691cae60412335058c161c3467d3cb0f565',
    'identifier' => 'administrator',
];

// 实例化对象
$tim = new Tim($config);

License

MIT