PHPackages                             genepeng/qiyukf - 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. genepeng/qiyukf

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

genepeng/qiyukf
===============

qiyukf sdk

0.0.1(9y ago)026[1 PRs](https://github.com/genepeng/qiyukf/pulls)MITPHPPHP &gt;=5.5.0CI failing

Since Sep 16Pushed 6y ago2 watchersCompare

[ Source](https://github.com/genepeng/qiyukf)[ Packagist](https://packagist.org/packages/genepeng/qiyukf)[ Docs](https://github.com/genepeng/qiyukf)[ RSS](/packages/genepeng-qiyukf/feed)WikiDiscussions master Synced 3w ago

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

qiyukf
======

[](#qiyukf)

PHP SDK for qiyukf

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

[](#installation)

```
composer require genepeng/qiyukf
```

Example for sending message
---------------------------

[](#example-for-sending-message)

```
use genepeng\qiyukf\Message\Text;
use genepeng\qiyukf\Foundation\ServiceContainer;

$config = [
    'app_key' => 'your-qiyu-key',
    'app_secret' => 'your-qiyu-secret',
    'http_timeout' => 5,
    'log_file' => '../var/logs/qiyu.log',
    'log_level' => 'debug',
    'debug' => true,
];
$qiyu = new ServiceContainer($config);
$message = new Text();
$message->setContent('test message via genepeng/qiyukf');
$message->setUid('user-id-of-your-app');
$qiyu->message->send($message);
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Unknown

Total

1

Last Release

3573d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13142694?v=4)[Gene Peng](/maintainers/genepeng)[@genepeng](https://github.com/genepeng)

---

Top Contributors

[![genepeng](https://avatars.githubusercontent.com/u/13142694?v=4)](https://github.com/genepeng "genepeng (14 commits)")

---

Tags

qiyukfqiyukf sdk

### Embed Badge

![Health badge](/badges/genepeng-qiyukf/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k532.1M19.4k](/packages/laravel-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M521](/packages/shopware-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19664.8M1.6k](/packages/drupal-core)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k16.8k](/packages/prestashop-prestashop)

PHPackages © 2026

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