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

ActiveLibrary

lawmil/rongcloud
================

Rong Cloud Server SDK in PHP.

1.0.2(7y ago)0212MITPHPPHP &gt;=7

Since Apr 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/lawmillion/rongcloud)[ Packagist](https://packagist.org/packages/lawmil/rongcloud)[ Docs](http://rong.io)[ RSS](/packages/lawmil-rongcloud/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (4)Used By (0)

server-sdk-php
==============

[](#server-sdk-php)

Rong Cloud Server SDK in PHP for Composer.

API文档
-----

[](#api文档)

- 官方文档([https://www.rongcloud.cn/docs/server\_sdk\_api/](https://www.rongcloud.cn/docs/server_sdk_api/))

使用教程
----

[](#使用教程)

- 请参考 example 上面提供了所有的 API 接口的调用用例。

安装
--

[](#安装)

- 推荐通过 composer 安装，使用 composer.json 声明依赖，或者运行下面的命令：

```
$ composer require lawmil/rongcloud
```

- 直接下载安装，SDK 没有依赖其他第三方库，可直接下载引入使用。

使用方法
----

[](#使用方法)

```
$appKey = 'appKey';
$appSecret = 'appSecret';
...
    $rongCloud = new RongCloud($appKey,$appSecret);
    $user = [
        'id'=> '用户id',
        'name'=> '用户名称',
        'portrait'=> '用户头像'
    ];
    $token = $rongCloud->getUser()->register($user);
...
```

代码许可
----

[](#代码许可)

The MIT License (MIT).详情见 [License文件](https://github.com/qiniu/php-sdk/blob/master/LICENSE).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community1

Small or concentrated contributor base

Maturity61

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

2574d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d812a63119cf407f84cb256be9cc475c5c021fed86b0c47106a85e75ade598b5?d=identicon)[lawmillion](/maintainers/lawmillion)

---

Tags

sdkrongCloudrong cloudrlcoud

### Embed Badge

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

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

###  Alternatives

[rongcloud/php-sdk

Rong Cloud Server SDK in PHP.

1983.6k3](/packages/rongcloud-php-sdk)[mocking-magician/coinbase-pro-sdk

Library for coinbase pro API calls

233.2k](/packages/mocking-magician-coinbase-pro-sdk)

PHPackages © 2026

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