PHPackages                             bryglen/yii2-omnipay - 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. bryglen/yii2-omnipay

ActiveYii2-extension[Payment Processing](/categories/payments)

bryglen/yii2-omnipay
====================

thephpleague/omnipay for Yii 2

1.0.0(10y ago)107.0k5MITPHP

Since May 28Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

Yii 2 Omnipay
=============

[](#yii-2-omnipay)

Yii 2 use omni pay based on `https://github.com/thephpleague/omnipay`

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist bryglen/yii2-omnipay "1.0.0"

```

or add

```
"bryglen/yii2-omnipay": "1.0.0"

```

to the require section of your `composer.json` file.

---

in your main.php your configuration would look like this

```
'components' => [
    'stripe' => [
        'class' => 'bryglen\omnipay\OmniPayComponent',
        'name' => 'Stripe',
        // optional parameters
        //'testMode' => true,
        //'currency' => 'your_currency'
        'parameters' => [
            'apiKey' => 'your_api_key'
        ]
    ]
]
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

4008d ago

### Community

Maintainers

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

---

Top Contributors

[![bryglen](https://avatars.githubusercontent.com/u/875604?v=4)](https://github.com/bryglen "bryglen (3 commits)")

---

Tags

yii2extensionomnipaybryglenphpleague

### Embed Badge

![Health badge](/badges/bryglen-yii2-omnipay/health.svg)

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

PHPackages © 2026

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