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. [API Development](/categories/api)
4. /
5. codeages/qiqiuyun-php-sdk

ActiveLibrary[API Development](/categories/api)

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

QiQiuYun PHP SDK

v1.0.3(5y ago)71.5k18[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 3w 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 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

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

2184d ago

Major Versions

v0.3.6 → v1.0.02019-11-18

v0.3.7 → v1.0.22019-12-10

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/73380446?v=4)[Wellming](/maintainers/Wellming)[@wellming](https://github.com/wellming)

![](https://avatars.githubusercontent.com/u/4514598?v=4)[zhongyunchang](/maintainers/bellorchid)[@bellorchid](https://github.com/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

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69634.4M144](/packages/algolia-algoliasearch-client-php)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[keboola/storage-api-client

Keboola Storage API PHP Client

10397.4k31](/packages/keboola-storage-api-client)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)[flowwow/cloudpayments-php-client

cloudpayments api client

2197.1k](/packages/flowwow-cloudpayments-php-client)

PHPackages © 2026

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