PHPackages                             oyta/feiyin - 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. oyta/feiyin

ActiveLibrary

oyta/feiyin
===========

飞银卡包插件

v1.0(3y ago)011MITPHPPHP &gt;=5.6.0

Since Mar 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Oyta102/feiyin-master)[ Packagist](https://packagist.org/packages/oyta/feiyin)[ RSS](/packages/oyta-feiyin/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

飞银卡包系统
======

[](#飞银卡包系统)

安装
--

[](#安装)

```
composer require oyta/feiyin

```

使用说明
----

[](#使用说明)

- 引入方法

```
use Oyta\Feiyin\Joint;

```

- 普通用户数据提交与响应 (用户操作接口不需要设置key)

```
Joint::consumer($url,$param);

```

- 普通用户数据请求与响应示例

```
$param = [
    'moblie'=>'185xxxxxxxx'
  ];
$url = '/cardlist';
$res = Joint::consumer($url,$param);
return $res;

```

- 设置Key

```
Joint::setkey($publicKey, $privateKey);

```

- 商户数据提交与响应 (商户操作接口需要设置key)

```
Joint::merchant($url,$param);

```

- 商户数据请求与响应示例

```
public $publicKey = 'xxxxxxxx';
public $privateKey = 'xxxxxxxx';
Joint::setkey($this->publicKey, $this->privateKey);
$param = [
    'appid' =>'2056371498',
    'timestamp' =>time(),
    'param' => [ //提交的参数都需要增加在param内
        'secret' => 'PZfM6UWHAzyX7JnBFe38u1KLrOgExo4q',
        'mobile' => '18575510399',
        ],
   ];
$url = '/cardlist'
$res = Joint::merchant($url,$param);
return $res;

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

1216d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/oyta-feiyin/health.svg)

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

PHPackages © 2026

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