PHPackages                             pianqifei/laravel-tencent-cloud-sdk-im - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. pianqifei/laravel-tencent-cloud-sdk-im

ActiveLibrary

pianqifei/laravel-tencent-cloud-sdk-im
======================================

tencentcloud-sdk-tim for laravel

1.0.2(5y ago)019Apache-2.0PHP

Since Mar 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/pianqifei/laravel-tencent-cloud-sdk-im)[ Packagist](https://packagist.org/packages/pianqifei/laravel-tencent-cloud-sdk-im)[ RSS](/packages/pianqifei-laravel-tencent-cloud-sdk-im/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

安装
==

[](#安装)

```
composer require pianqifei/laravel-tencent-cloud-sdk-im -vvv
```

laravel
-------

[](#laravel)

### 推送配置

[](#推送配置)

```
php artisan vendor:publish --tag=laravel-tencentsdk-im
```

lumen
-----

[](#lumen)

`bootstrap/app.php`

```
$app->register(Pqf\TencentCloudSdkIm\ServiceProvider::class);
```

### 推送配置

[](#推送配置-1)

```
cp  ./vendor/pianqifei/laravel-tencent-cloud-sdk-im/src/config.php ./config/tencentsdkim.php
```

更新 `.env`
---------

[](#更新-env)

```
TENCENT_TIM_APPID=
TENCENT_TIM_SECRET=
TENCENT_TIM_IDENTIFIER=
```

使用
==

[](#使用)

```
use Pqf\TencentCloudSdkIm\TencentCloudSdkIm;

// 获取 user sig
TencentCloudSdkIm::GenUserSig('user_id');

// 帐号
$account = TencentCloudSdkIm::Account();
// 查询帐号
$account->check('user_id');

// ...
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

3

Last Release

1875d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26913071?v=4)[pianqifei](/maintainers/pianqifei)[@pianqifei](https://github.com/pianqifei)

---

Top Contributors

[![pianqifei](https://avatars.githubusercontent.com/u/26913071?v=4)](https://github.com/pianqifei "pianqifei (3 commits)")

---

Tags

laraveltencent-cloud-sdktencent-cloud-sdk-timtencent tim

### Embed Badge

![Health badge](/badges/pianqifei-laravel-tencent-cloud-sdk-im/health.svg)

```
[![Health](https://phpackages.com/badges/pianqifei-laravel-tencent-cloud-sdk-im/health.svg)](https://phpackages.com/packages/pianqifei-laravel-tencent-cloud-sdk-im)
```

###  Alternatives

[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[highsolutions/eloquent-sequence

A Laravel package for easy creation and management sequence support for Eloquent models with elastic configuration.

121130.3k](/packages/highsolutions-eloquent-sequence)[glhd/linen

21135.6k](/packages/glhd-linen)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
