PHPackages                             subdee/yii2-icepay - 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. subdee/yii2-icepay

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

subdee/yii2-icepay
==================

An extension to the Icepay API for Yii2

1.1(11y ago)0109GPL-3.0+PHP

Since Oct 15Pushed 11y ago2 watchersCompare

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

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Icepay Extension for Yii2
=========================

[](#icepay-extension-for-yii2)

An extension to the Icepay API for Yii2

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist subdee/yii2-icepay "*"

```

or add

```
"subdee/yii2-icepay": "*"

```

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

Usage
-----

[](#usage)

Once the extension is installed, initialize it as a component in your config file:

```
'components' => [
    ...
    'icepay' => [
        'class' => 'subdee\icepay\Icepay',
        'merchantID' => 'merchant id',
        'secretCode' => 'secretCode',
    ],
    ...
],
```

and then use it anywhere in your application as a component:

```
$methods = \Yii::$app->icepay->getPaymentMethods();
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

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

Every ~0 days

Total

2

Last Release

4225d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f3ae79a0a294c5d26e96fa767d5e3ddcfed105213e7ff04b230e24b6aedcf5d8?d=identicon)[subdee](/maintainers/subdee)

---

Top Contributors

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

---

Tags

yii2extensionicepay

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/subdee-yii2-icepay/health.svg)

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

###  Alternatives

[kroshilin/yii2-yandex-kassa

Yandex kassa as Yii2 component

2931.0k](/packages/kroshilin-yii2-yandex-kassa)[bryglen/yii2-omnipay

thephpleague/omnipay for Yii 2

107.0k](/packages/bryglen-yii2-omnipay)

PHPackages © 2026

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