PHPackages                             jmy/feiyun - 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. jmy/feiyun

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

jmy/feiyun
==========

feiyun sdk

192[2 PRs](https://github.com/zhaozhijun1988/jmy-feiyun/pulls)PHP

Since Sep 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/zhaozhijun1988/jmy-feiyun)[ Packagist](https://packagist.org/packages/jmy/feiyun)[ RSS](/packages/jmy-feiyun/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (3)Used By (0)

### 飞鹅云 api

[](#飞鹅云-api)

#### demo

[](#demo)

```
$guzzle = new GuzzleHttp\Client(['base_uri' => 'http://api.feieyun.cn/Api/Open/']);

$client = new Client('usernmae', 'password', $guzzle);
$d = new Drawing();
$d->addTitle('测试标题');

$d->addTable([[ '名称', '单价', '数量', '金额'],]);

$d->addDivider();

$d->addTable([
    [ '酸菜鱼', '100.4', '3', '1000',],
    [ '可乐鸡翅+蒜蓉蒸扇贝', '100.4', '3', '1000',],
    [ '紫苏焖鹅+梅菜肉饼+椒盐虾+北京烤鸭', '100.4', '3', '1000'],
]);

$d->addDivider();

$d->addP('合计 18.00', 'right');

$d->addP('合计 18.00', 'center');

$d->addP('合计 18.00');

$d->addP('备注：'. (new Text('多方辣酱多方蓝鲸', true)));
$d->addP('备注：'. (new Text('多方辣酱多方蓝鲸', false, true)));
$d->addP('备注：'. (new Text('多方辣酱多方蓝鲸', false, false, false, true)));

$client->print('sn', $d->getContent());

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b3068c8ac1f691c06e988283078ae20b10f808b10cf7af1ea6971fb5086770d?d=identicon)[zhaozhijun](/maintainers/zhaozhijun)

---

Top Contributors

[![zhaozhijun1988](https://avatars.githubusercontent.com/u/4067445?v=4)](https://github.com/zhaozhijun1988 "zhaozhijun1988 (5 commits)")

### Embed Badge

![Health badge](/badges/jmy-feiyun/health.svg)

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

PHPackages © 2026

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