PHPackages                             d3yii2/d3paymentsystems - 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. d3yii2/d3paymentsystems

ActiveLibrary

d3yii2/d3paymentsystems
=======================

D3 Payment Systems

0116PHP

Since Jun 20Pushed 10mo ago5 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

\#D3 Payment Systems"

Features
--------

[](#features)

### models and components for d3pPersonContacts

[](#models-and-components-for-d3ppersoncontacts)

- Skrill
- Luxon
- Cripto

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

[](#installation)

Too app composer.json require add

```
"d3yii2/d3paymentsystems": "dev-master"
```

Translation

```
    'd3paymentsystems => [
        'class' => \'yii\i18n\PhpMessageSource\',
        'basePath' => '@vendor/d3yii2/d3paymentsystems/messages',
        'sourceLanguage' => 'en-US',
    ],
```

config
------

[](#config)

### skrill component

[](#skrill-component)

Config

```
        'PersonSettingSkrill' => [
            'class' => 'd3yii2\d3paymentsystems\components\PersonSettingSkrill',
            'contactTypeId' => 4,
            'currencyList' => ['EUR','USD','MULTI']
        ],
```

Migration

```
        $model = new D3pContactType();
        $model->id = D3pContactType::TYPE_SKRILL;
        $model->class_name = 'component:PersonSettingSkrill';
        $model->setGroupSettings();
        if (!$model->save()) {
            throw new d3system\exceptions\D3ActiveRecordException($model);
        }
        $model->language = 'ru';
        $model->name = 'Skrill';
        if (!$model->saveTranslation()) {
            throw new d3system\exceptions\D3ActiveRecordException($model);
        }
```

### Crypto component

[](#crypto-component)

```
        'PersonSettingCrypto' => [
            'class' => 'd3yii2\d3paymentsystems\components\PersonSettingCrypto',
            'contactTypeId' => 17,
            'typeDef' => [
                'BNB' => [
                    'bep20'
                ]
            ]
        ],
```

migration

```
        $model = new D3pContactType();
        $model->id = D3pContactType::TYPE_CRYPTO;
        $model->class_name = 'component:PersonSettingCrypto';
        $model->setGroupSettings();
        if (!$model->save()) {
            throw new d3system\exceptions\D3ActiveRecordException($model);
        }
        $model->language = 'ru';
        $model->name = 'Crypto';
        if (!$model->saveTranslation()) {
            throw new d3system\exceptions\D3ActiveRecordException($model);
        }
```

### Luxor component

[](#luxor-component)

```
        'PersonSettingLuxon' => [
            'class' => 'd3yii2\d3paymentsystems\components\PersonSettingLuxon',
            'contactTypeId' => 16,
        ],
```

migration

```
        $model = new D3pContactType();
        $model->id = D3pContactType::TYPE_LUXON;
        $model->class_name = 'component:PersonSettingLuxon';
        $model->setGroupSettings();
        if (!$model->save()) {
            throw new d3system\exceptions\D3ActiveRecordException($model);
        }
        $model->language = 'ru';
        $model->name = 'Luxon';
        if (!$model->saveTranslation()) {
            throw new d3system\exceptions\D3ActiveRecordException($model);
        }
```

Display value
-------------

[](#display-value)

```
    $component = Yii::$app->$componentName;
    $component->findModel($model->id);
    $options = []; // for each component can be own options
    echo $component->showValue($options);
```

Examples
--------

[](#examples)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 Bus Factor1

Top contributor holds 86.5% 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

Maintainers

![](https://www.gravatar.com/avatar/542187ba859514d10d0952dca77df8ea889a9651b249d0b5b513da791fd2919b?d=identicon)[uldisn](/maintainers/uldisn)

---

Top Contributors

[![uldisn](https://avatars.githubusercontent.com/u/3525344?v=4)](https://github.com/uldisn "uldisn (32 commits)")[![anothersoftware-lv](https://avatars.githubusercontent.com/u/9327511?v=4)](https://github.com/anothersoftware-lv "anothersoftware-lv (5 commits)")

### Embed Badge

![Health badge](/badges/d3yii2-d3paymentsystems/health.svg)

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

PHPackages © 2026

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