PHPackages                             longing/easy-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. longing/easy-im

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

longing/easy-im
===============

汇集各大厂商的IM-SDK

1.0(5y ago)45943MITPHPPHP &gt;=7.2CI failing

Since Sep 3Pushed 5y ago2 watchersCompare

[ Source](https://github.com/TestsLing/easy-im)[ Packagist](https://packagist.org/packages/longing/easy-im)[ Docs](https://github.com/TestsLing/easy-im)[ RSS](/packages/longing-easy-im/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (2)Dependencies (13)Versions (5)Used By (0)

[EasyIM](https://www.easyim.cn)
===============================

[](#easyim)

📦 基于腾讯IM的php-sdk

[![Test Status](https://github.com/TestsLing/easy-im/workflows/Test/badge.svg)](https://github.com/TestsLing/easy-im/actions)[![Lint Status](https://github.com/TestsLing/easy-im/workflows/Lint/badge.svg)](https://github.com/TestsLing/easy-im/actions)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0c4880607e6d5b335028f84ca80bd53daf8c4977fcfb50f583320942bb984c53/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f54657374734c696e672f656173792d696d2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/TestsLing/easy-im/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/1e7ef2eee1ab471a9cc613d02cd0246ffd5725990c251f3c8640ce7e7f2e31c4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f54657374734c696e672f656173792d696d2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/TestsLing/easy-im/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/cca0952838b3aa7f7a5ac0bcea9dc5ff98f1f02fc788698dbe2ff3cbf4147a89/68747470733a2f2f706f7365722e707567782e6f72672f6c6f6e67696e672f656173792d696d2f76)](//packagist.org/packages/longing/easy-im)[![Total Downloads](https://camo.githubusercontent.com/7545070baa7dd5527511a6f8894d7dca91b8899cae568ddac70282c26fb8b71e/68747470733a2f2f706f7365722e707567782e6f72672f6c6f6e67696e672f656173792d696d2f646f776e6c6f616473)](//packagist.org/packages/longing/easy-im)[![Latest Unstable Version](https://camo.githubusercontent.com/8cb825a04baed41a4408f86e86cc13a49081b8e9a338d63c042e2f03383b2f6a/68747470733a2f2f706f7365722e707567782e6f72672f6c6f6e67696e672f656173792d696d2f762f756e737461626c65)](//packagist.org/packages/longing/easy-im)[![License](https://camo.githubusercontent.com/29ef05fc106ec4fd5efa8872f70603e53fe5280e4349014eda0ebdef457178ad/68747470733a2f2f706f7365722e707567782e6f72672f6c6f6e67696e672f656173792d696d2f6c6963656e7365)](//packagist.org/packages/longing/easy-im)

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

[](#requirement)

1. PHP&gt; = 7.2
2. \*\* [Composer](https://getcomposer.org/) \*\*
3. openssl拓展

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

[](#installation)

```
$ composer require longing/easy-im:~1.0 -vvv
```

Usage
-----

[](#usage)

基本使用（以服务端为例）:

```
use EasyIM\Factory;

$options = [
    'sdk_app_id'    => '1400306676',                                                        // sdkAppId
    'secret'        => '3e373d1ef02ef192ee26c94760681cdf492b4b7f053fc16504d30a77a028e76d',  // secret
    'identifier'    => 'admin',                                                             // 管理员账号
    'expire'        => 86400,                                                               // 签名过期时间
    // ...
];

$app = Factory::TencentIM($options);
```

[更多](https://www.easyim.cn)

License
-------

[](#license)

MIT

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52.8% 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 ~0 days

Total

2

Last Release

2077d ago

### Community

Maintainers

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

---

Top Contributors

[![LeoChen0715](https://avatars.githubusercontent.com/u/29270630?v=4)](https://github.com/LeoChen0715 "LeoChen0715 (28 commits)")[![TestsLing](https://avatars.githubusercontent.com/u/40593646?v=4)](https://github.com/TestsLing "TestsLing (25 commits)")

---

Tags

sdkimeasy-imim-sdkeasy-im-sdk

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/longing-easy-im/health.svg)

```
[![Health](https://phpackages.com/badges/longing-easy-im/health.svg)](https://phpackages.com/packages/longing-easy-im)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[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)[concrete5/core

Concrete core subtree split

19159.3k48](/packages/concrete5-core)

PHPackages © 2026

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