PHPackages                             codeages/qiqiuyun-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. codeages/qiqiuyun-php-sdk

ActiveLibrary

codeages/qiqiuyun-php-sdk
=========================

QiQiuYun PHP SDK

v1.0.3(5y ago)71.5k↓100%18[3 PRs](https://github.com/codeages/qiqiuyun-php-sdk/pulls)PHPPHP &gt;=5.3.3CI failing

Since Jun 22Pushed 4y ago3 watchersCompare

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

READMEChangelog (2)Dependencies (3)Versions (49)Used By (0)

QiQiuYun PHP SDK
================

[](#qiqiuyun-php-sdk)

[![Build Status](https://camo.githubusercontent.com/badab711472ea7998f4b2c3c07264c561160ee35b2deb870a127db0352ae2052/68747470733a2f2f7472617669732d63692e6f72672f636f6465616765732f716971697579756e2d7068702d73646b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/codeages/qiqiuyun-php-sdk)

安装
--

[](#安装)

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

使用说明
----

[](#使用说明)

```
$sdk = new \QiQiuYun\SDK\QiQiuYunSDK(array(
    'access_key' => 'your_access_key', // 必需
    'secret_key' => 'your_secret_key', // 必需
    'service' => array(     // 可选，各个服务的配置项
        'xapi' => array(    // 每个服务，都有自己的必需的配置项，如需调用则必需配置该服务的配置项
            'school_name' => '测试网校',
        )
    )
));

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

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

// 获取XAPI服务
$sdk->getXAPIService();

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

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

```
$sdk = new \QiQiuYun\SDK\QiQiuYunSDK(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

38

—

LowBetter than 84% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity71

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

Recently: every ~56 days

Total

45

Last Release

2139d ago

Major Versions

v0.3.6 → v1.0.02019-11-18

v0.3.7 → v1.0.22019-12-10

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/876e2f89251badfefaec373a049de33dd49f8ba573a1ed052fc54b679bef7dea?d=identicon)[bellorchid](/maintainers/bellorchid)

---

Top Contributors

[![lileiseven](https://avatars.githubusercontent.com/u/94609?v=4)](https://github.com/lileiseven "lileiseven (59 commits)")[![bellorchid](https://avatars.githubusercontent.com/u/4514598?v=4)](https://github.com/bellorchid "bellorchid (45 commits)")[![wenqinruan](https://avatars.githubusercontent.com/u/5706241?v=4)](https://github.com/wenqinruan "wenqinruan (16 commits)")[![IlhamTahir](https://avatars.githubusercontent.com/u/5896572?v=4)](https://github.com/IlhamTahir "IlhamTahir (10 commits)")[![xiaofeiyang110](https://avatars.githubusercontent.com/u/10184550?v=4)](https://github.com/xiaofeiyang110 "xiaofeiyang110 (6 commits)")[![MCaveMan](https://avatars.githubusercontent.com/u/1560027?v=4)](https://github.com/MCaveMan "MCaveMan (2 commits)")[![canuonifeng](https://avatars.githubusercontent.com/u/8425355?v=4)](https://github.com/canuonifeng "canuonifeng (2 commits)")[![zhuangyfs](https://avatars.githubusercontent.com/u/14102945?v=4)](https://github.com/zhuangyfs "zhuangyfs (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k3](/packages/elgg-elgg)[neos/flow

Flow Application Framework

862.0M448](/packages/neos-flow)[api-platform/metadata

API Resource-oriented metadata attributes and factories

223.5M96](/packages/api-platform-metadata)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[flowwow/cloudpayments-php-client

cloudpayments api client

2188.2k](/packages/flowwow-cloudpayments-php-client)[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)
