PHPackages                             ericeyang/yii2-payment - 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. ericeyang/yii2-payment

ActiveYii2-extension

ericeyang/yii2-payment
======================

Alipay and WeChat payment for yii2

218PHP

Since Nov 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ericeyang/yii2-payment)[ Packagist](https://packagist.org/packages/ericeyang/yii2-payment)[ RSS](/packages/ericeyang-yii2-payment/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-payment
============

[](#yii2-payment)

Alipay and WeChat payment for [Yii2](http://www.yiiframework.com/).

Installation
------------

[](#installation)

#### Install With Composer

[](#install-with-composer)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require ericeyang/yii2-payment "dev-master"

```

Or, you may add

```
"ericeyang/yii2-payment": "dev-master"
```

to the require section of your `composer.json` file and execute `php composer.phar update`.

#### Add the path alias

[](#add-the-path-alias)

In your application config, add the path alias for this extension.

```
return [
    ...
    'aliases' => [
        '@ericeyang/payment' => 'path/to/your/extracted',
        // for example: '@ericeyang/payment' => '@vendor/ericeyang/yii2-payment',
        ...
    ]
];
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

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.

### Community

---

Top Contributors

[![ericeyang](https://avatars.githubusercontent.com/u/5122471?v=4)](https://github.com/ericeyang "ericeyang (10 commits)")

### Embed Badge

![Health badge](/badges/ericeyang-yii2-payment/health.svg)

```
[![Health](https://phpackages.com/badges/ericeyang-yii2-payment/health.svg)](https://phpackages.com/packages/ericeyang-yii2-payment)
```

PHPackages © 2026

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