PHPackages                             mhzwj/feieyun - 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. mhzwj/feieyun

ActiveLibrary[API Development](/categories/api)

mhzwj/feieyun
=============

基于飞鹅云开放平台的 PHP 接口组件

1.0.0(4y ago)0584MITPHP

Since Aug 19Pushed 4y agoCompare

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

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

基于 [飞鹅云开放平台](http://help.feieyun.com/document.php) 的 PHP 接口组件

安装
--

[](#安装)

```
composer require mhzwj/feieyun

```

配置
--

[](#配置)

请先注册 [飞鹅云开放平台](http://help.feieyun.com/document.php) 账号，获取到相应的用户名和 api key

使用
--

[](#使用)

```
$username = 'username';
$u_key = 'u_key';

$feieyun = new \mhzwj\Feieyun($username, $u_key);

// 各个接口定义私有参数
$private_params = ['sn' => '打印机编号'];

// 方式1,设置公共参数apiname, eg: Open_printerAddlist
$response_data = $feieyun->setApiName('Open_printerAddlist')->request($private_params);

// 方式2,使用已定义的接口类
$response_data = $feieyun->printerAddlist($private_params);

```

已定义的接口类
-------

[](#已定义的接口类)

- 添加打印机 printerAddlist
- 打印订单 printMsg
- 标签机打印订单 printLabelMsg
- 删除批量打印机 printerDelList
- 修改打印机信息 printerEdit
- 清空待打印队列 delPrinterSqs
- 查询订单是否打印成功 queryOrderState
- 查询指定打印机某天的订单统计数 queryOrderInfoByDate
- 获取某台打印机状态 queryPrinterStatus

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1824d ago

### Community

Maintainers

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

---

Top Contributors

[![minhaikeji](https://avatars.githubusercontent.com/u/89188913?v=4)](https://github.com/minhaikeji "minhaikeji (1 commits)")[![vibedou](https://avatars.githubusercontent.com/u/208893581?v=4)](https://github.com/vibedou "vibedou (1 commits)")[![xqde](https://avatars.githubusercontent.com/u/208893581?v=4)](https://github.com/xqde "xqde (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mhzwj-feieyun/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k54](/packages/neuron-core-neuron-ai)[files.com/files-php-sdk

Files.com PHP SDK

2482.9k](/packages/filescom-files-php-sdk)[volcengine/volcengine-php-sdk

119.5k](/packages/volcengine-volcengine-php-sdk)

PHPackages © 2026

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