PHPackages                             codeages/escloud-php-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. codeages/escloud-php-sdk

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

codeages/escloud-php-sdk
========================

ESCloud PHP SDK

v1.3.2(1y ago)2823↓100%5[1 PRs](https://github.com/codeages/escloud-php-sdk/pulls)PHPPHP &gt;=7.1.0CI failing

Since Dec 30Pushed 1y ago4 watchersCompare

[ Source](https://github.com/codeages/escloud-php-sdk)[ Packagist](https://packagist.org/packages/codeages/escloud-php-sdk)[ RSS](/packages/codeages-escloud-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (30)Used By (0)

ESCloud PHP SDK
===============

[](#escloud-php-sdk)

[![Build Status](https://camo.githubusercontent.com/fd37f8780ca1baf80fc3a0de3c57889cd74f30715f578e479445c8ab6c39ec3e/68747470733a2f2f7472617669732d63692e6f72672f636f6465616765732f6573636c6f75642d7068702d73646b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/codeages/escloud-php-sdk)

安装
--

[](#安装)

```
composer require codeages/escloud-php-sdk
```

使用说明
----

[](#使用说明)

```
$sdk = new \ESCloud\SDK\ESCloudSDK(array(
    'access_key' => 'your_access_key', // 必需
    'secret_key' => 'your_secret_key', // 必需
    'service' => array(     // 可选，各个服务的配置项
        'sms' => array(
            'host' => 'sms-service.test.qiqiuyun.net', // 每个服务，都有自己的必需的配置项，如需调用则必需配置该服务的配置项
        )
    )
));

// 获取短信服务
$sdk->getSmsService();

// 获取云资源播放服务
$sdk->getPlayService();

// 获取分销服务
$sdk->getDrpService();
```

我们为网校接入提供了测试环境，用于调试。通过设置`host`配置项，即可使用测试环境的服务，例如短信测试服务：

```
$sdk = new \ESCloud\SDK\ESCloudSDK(array(
    'access_key' => 'your_access_key',
    'secret_key' => 'your_secret_key',
    'service' => array(
        'sms' => array(
            'host' => 'sms-service.test.qiqiuyun.net',
        )
    )
));

$sdk->getSmsService();
```

变更日志
----

[](#变更日志)

见 [CHANGELOG.md](CHANGELOG.md) 。

###  Health Score

37

—

LowBetter than 82% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

23

Last Release

676d ago

PHP version history (5 changes)v1.0.0PHP &gt;=5.3.3

v1.2.0PHP &gt;=5.5.0

v1.3.0PHP &gt;=7.3

v1.3.1PHP &gt;=7.2.5

v1.3.2PHP &gt;=7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e6f8246b2e0cf9bb1e36263675cd2f86128fde2b44b7db515af38d98d75fb65?d=identicon)[Wellming](/maintainers/Wellming)

![](https://www.gravatar.com/avatar/b5ef7a36efd40c13a7dc7f147b63de0e39143772b44bba479624a99f023bdd34?d=identicon)[295black](/maintainers/295black)

---

Top Contributors

[![bellorchid](https://avatars.githubusercontent.com/u/4514598?v=4)](https://github.com/bellorchid "bellorchid (11 commits)")[![lileiseven](https://avatars.githubusercontent.com/u/94609?v=4)](https://github.com/lileiseven "lileiseven (10 commits)")[![295black](https://avatars.githubusercontent.com/u/12394342?v=4)](https://github.com/295black "295black (7 commits)")[![ahajason](https://avatars.githubusercontent.com/u/25841011?v=4)](https://github.com/ahajason "ahajason (7 commits)")[![shenchupeng](https://avatars.githubusercontent.com/u/33865927?v=4)](https://github.com/shenchupeng "shenchupeng (1 commits)")[![xiaofengzhiqishi](https://avatars.githubusercontent.com/u/23350157?v=4)](https://github.com/xiaofengzhiqishi "xiaofengzhiqishi (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/codeages-escloud-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/codeages-escloud-php-sdk/health.svg)](https://phpackages.com/packages/codeages-escloud-php-sdk)
```

###  Alternatives

[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k17](/packages/civicrm-civicrm-core)[j0k3r/php-readability

Automatic article extraction from HTML

186808.8k6](/packages/j0k3r-php-readability)[symfony/ai-platform

PHP library for interacting with AI platform provider.

51927.7k134](/packages/symfony-ai-platform)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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