PHPackages                             choate/epluspay - 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. [Payment Processing](/categories/payments)
4. /
5. choate/epluspay

ActiveLibrary[Payment Processing](/categories/payments)

choate/epluspay
===============

CMBC E Plus Pay library

0111PHP

Since Aug 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Choate/epluspay)[ Packagist](https://packagist.org/packages/choate/epluspay)[ RSS](/packages/choate-epluspay/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

招行E+支付
======

[](#招行e支付)

安装
==

[](#安装)

基于composer安装

`php composer.phar require choate/epluspay`

说明
==

[](#说明)

生成收款二维码接口使用
-----------

[](#生成收款二维码接口使用)

```
$channelNo = 'xxxx';
$serviceUrl = 'http://example.com';
$publicKeyNo = 'xxxx';
$lang = 'zh_CN';
$privateKey = 'file_path or \Closure';
$publicKey = 'file_path or \Closure';
$requestId = '请求编号';
$orderNo = '流水号';
$amount = 0.01;
$channelType = QRCodePayOrders::CHANNEL_TYPE_WECHAT;
$encryption = new Sha1WithRSAHelper($privateKey, $publicKey);
// 接口使用
$client = new Client($channelNo, $serverUrl, $publicKeyNo, $lang, $encryption);
$payOrdersClient = new PayOrdersClient($shopId, $notifyUrl, $client);
// 构造支付类型
$payOrders = new QRCodePayOrders($requestId, $orderNo, $amount, $channelType);
// 执行支付接口
$response = $payOrders->run($payOrdersClient);
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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

### Embed Badge

![Health badge](/badges/choate-epluspay/health.svg)

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

###  Alternatives

[omnipay/coinbase

Coinbase driver for the Omnipay payment processing library

18579.5k1](/packages/omnipay-coinbase)

PHPackages © 2026

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