PHPackages                             choate/yii-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. [API Development](/categories/api)
4. /
5. choate/yii-epluspay

ActiveLibrary[API Development](/categories/api)

choate/yii-epluspay
===================

CMBC E Plus Pay Yii 2 extension

01PHP

Since Aug 18Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

招行E+支付 Yii 2 扩展
===============

[](#招行e支付-yii-2-扩展)

安装
==

[](#安装)

基于composer安装

`php composer.phar require choate/yii-epluspay`

说明
==

[](#说明)

基本配置
----

[](#基本配置)

```
'components' => [
    'eplusclient'        => [
        'class' => 'choate\yii\epluspay\Client',
        'channelNo'  => 'xxxx',
        'serverUrl'  => 'http://example.com',
        'lang'       => 'zh_CN',
        'publicKeyNo' => 'xxxx',
        'encryption' => [
           'class' => 'choate\epluspay\helpers\Sha1WithRSAHelper',
           'params' => [
               "private key file path or \Closure",
               "public key file path or \Closure",
           ],
        ],
    ],
    'epluspayclient' => [
        class' => 'choate\yii\epluspay\PayOrdersClient',
        'shopId' => 'xxx',
        'notifyUrl' => 'notify url',
        //'client' => 'eplusclient',
        // 统一配置
        'client' => [
            'class' => 'choate\yii\epluspay\Client',
            'channelNo'  => 'xxxx',
            'serverUrl'  => 'http://example.com',
            'lang'       => 'zh_CN',
            'publicKeyNo' => 'xxxx',
            'encryption' => [
                'class' => 'choate\epluspay\helpers\Sha1WithRSAHelper',
                'params' => [
                    "private key file path or \Closure",
                    "public key file path or \Closure",
                ],
            ],
        ],
    ],
],
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community4

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-yii-epluspay/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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