PHPackages                             gulltour/rongcloud - 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. gulltour/rongcloud

ActiveYii2-extension[API Development](/categories/api)

gulltour/rongcloud
==================

Yii2 extension for RongCloud Im library

1.0.2(9y ago)067GPL-3.0+PHP

Since May 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/weijiansdlx/rongcloud)[ Packagist](https://packagist.org/packages/gulltour/rongcloud)[ Docs](https://github.com/weijiansdlx/rongcloud)[ RSS](/packages/gulltour-rongcloud/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Rongcloud 融云IM
==============

[](#rongcloud-融云im)

```
融云是国内首家专业的即时通讯云服务提供商，专注为互联网、移动互联网开发者提供免费的即时通讯基础能力和云端服务。通过融云平台，开发者不必搭建服务端硬件环境，就可以将即时通讯、实时网络能力快速集成至应用中。

针对开发者所需的不同场景，融云平台提供了一系列产品、技术解决方案，包括：客户端 IM 界面组件、客户端 IM 基础通讯能力库、Web IM 基础通讯能力库、服务端 REST API 等。支持单聊、群聊、讨论组、聊天室、客服即时通讯场景；

消息类型上支持文字、表情、图片、语音、视频、地理位置、红包、实时音视频、通知消息等消息类型。如果这些类型都不能满足，您还可以通过自定义消息来实现个性化需求。

```

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist gulltour/rongcloud "*"

```

or add

```
"gulltour/rongcloud": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Update config file *config/web.php* or *common/main.php*:

```
return [
    ...
    'components' => [
        'im'=>[
                'class'=>'gulltour\rongcloud\rongCloud',
                'appKey' => 'RongCloud_APP_KEY',
                'secretKey' => 'RongCloud_SECRET_KEY',
            ],
    ],
    ...
];
```

```
Yii::$app->im->groupCreate($userids, $groupId, $groupName);
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

3316d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/84a23608e387141f01266a1cc68e51784c78fd5e45f23d0e7a9ac56be890c6e9?d=identicon)[weijiansdlx](/maintainers/weijiansdlx)

---

Tags

apiyii2extensionwidgetimrongCloud

### Embed Badge

![Health badge](/badges/gulltour-rongcloud/health.svg)

```
[![Health](https://phpackages.com/badges/gulltour-rongcloud/health.svg)](https://phpackages.com/packages/gulltour-rongcloud)
```

###  Alternatives

[mikemadisonweb/yii2-elasticsearch

Yii2 extension for integration with Elasticsearch version 5.0 and above.

164.1k](/packages/mikemadisonweb-yii2-elasticsearch)[apexwire/yii2-restclient

Tools to use API as ActiveRecord for Yii2

133.5k](/packages/apexwire-yii2-restclient)

PHPackages © 2026

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