PHPackages                             jimchen/tim-sdk - 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. [API Development](/categories/api)
4. /
5. jimchen/tim-sdk

ActiveLibrary[API Development](/categories/api)

jimchen/tim-sdk
===============

IM Sdk for Tencent Instant Messaging

2.0.0.beta.7(4y ago)57343[1 issues](https://github.com/JimChenWYU/TimSDK/issues)MITPHPPHP &gt;=7.2

Since Jun 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/JimChenWYU/TimSDK)[ Packagist](https://packagist.org/packages/jimchen/tim-sdk)[ RSS](/packages/jimchen-tim-sdk/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (7)Dependencies (12)Versions (18)Used By (0)

TimSDK
======

[](#timsdk)

[![Build Status](https://camo.githubusercontent.com/63c6940ce8f382f537b25800d5026c491b57dd3d/68747470733a2f2f7777772e7472617669732d63692e6f72672f4a696d4368656e5759552f54696d53444b2e7376673f6272616e63683d6d6173746572)](https://www.travis-ci.org/JimChenWYU/TimSDK)[![Latest Stable Version](https://camo.githubusercontent.com/ea1f19327483b367e1e93bd318c9b9caf9f13139/68747470733a2f2f706f7365722e707567782e6f72672f6a696d6368656e2f74696d2d73646b2f762f737461626c65)](https://packagist.org/packages/jimchen/tim-sdk)[![Latest Unstable Version](https://camo.githubusercontent.com/f3d12412f881aac60bde3252f7964825bfe6d167/68747470733a2f2f706f7365722e707567782e6f72672f6a696d6368656e2f74696d2d73646b2f762f756e737461626c65)](https://packagist.org/packages/jimchen/tim-sdk)[![Build Status](https://camo.githubusercontent.com/1bb1eae0bea84eff9b5910babac8ae3552a2c6b1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4a696d4368656e5759552f54696d53444b2f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/JimChenWYU/TimSDK/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/e0c9bca3488e164e280382196c581f3a323e6e7e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4a696d4368656e5759552f54696d53444b2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/JimChenWYU/TimSDK/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/0368ff6833f77df1290ea480ceb5782512143f35/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4a696d4368656e5759552f54696d53444b2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/JimChenWYU/TimSDK/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/eaa8a119d7d3924647f6ae489d26b8d72c37be06/68747470733a2f2f706f7365722e707567782e6f72672f6a696d6368656e2f74696d2d73646b2f646f776e6c6f616473)](https://packagist.org/packages/jimchen/tim-sdk)[![License](https://camo.githubusercontent.com/21b44103a3e2b4340924b6f18c01607d1cac930d/68747470733a2f2f706f7365722e707567782e6f72672f6a696d6368656e2f74696d2d73646b2f6c6963656e7365)](https://packagist.org/packages/jimchen/tim-sdk)

IM Sdk for Tencent Instant Messaging.

Requirement
-----------

[](#requirement)

1. PHP &gt;= 7.2
2. **[Composer](https://getcomposer.org/)**
3. Openssl Extension, Curl Extension

Installation
------------

[](#installation)

```
$ composer require "jimchen/tim-sdk:^2.0"
```

Usage
-----

[](#usage)

Basic Usage:

```
use TimSDK;

$options = [
  'app_id'      => '14000xxxx',
  'identifier'  => 'admin',
  'key' => 'Your key',
  'http'        => [
	'timeout'  => 30,
  ],
];
$app = new TimSDK\Application($options);
$collect = $app->account->import('identifier', 'nickname', 'faceUrl');
```

Documentation
-------------

[](#documentation)

- [Tencent Tim](https://cloud.tencent.com/document/product/269/1519)

License
-------

[](#license)

[MIT](https://opensource.org/licenses/MIT/)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

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 ~74 days

Recently: every ~0 days

Total

17

Last Release

1699d ago

Major Versions

0.1.2 → 1.0.02018-06-23

v1.x-dev → 2.0.0.beta.12021-08-26

PHP version history (2 changes)0.1.0PHP &gt;=5.5.9

2.0.0.beta.1PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/20cebafc45fd6fc5f67bf655119a3b27e9b208e248f2d7f5c98fd6c0a101485b?d=identicon)[jimchen](/maintainers/jimchen)

---

Top Contributors

[![JimChenWYU](https://avatars.githubusercontent.com/u/12371374?v=4)](https://github.com/JimChenWYU "JimChenWYU (74 commits)")

---

Tags

im-sdkphpphp-librarysdktencent-cloud

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jimchen-tim-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/jimchen-tim-sdk/health.svg)](https://phpackages.com/packages/jimchen-tim-sdk)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[commercetools/commercetools-sdk

The official PHP SDK for the commercetools Composable Commerce APIs

19281.5k](/packages/commercetools-commercetools-sdk)

PHPackages © 2026

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