PHPackages                             sadi01/yii2-open-banking - 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. sadi01/yii2-open-banking

ActiveYii2-extension

sadi01/yii2-open-banking
========================

Yii2 Open Banking Service

1682PHP

Since Jun 19Pushed 1y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

 [ ![](https://raw.githubusercontent.com/Sadi01/yii2-bi-dashboard/master/src/img/yii.png) ](https://en.wikipedia.org/wiki/Business_intelligence)  ![](https://raw.githubusercontent.com/Sadi01/yii2-open-banking/master/src/img/ob.png)

Open banking extension for Yii 2
================================

[](#open-banking-extension-for-yii-2)

Yii2 Open Banking
=================

[](#yii2-open-banking)

**Openbanking** is an extension for integrating the service calls of various banking platforms, including Faraboom, Finotech, Shaheen, and Shahkar.

This extension enables the unified management of calling various banking services for the [Yii framework 2.0](http://www.yiiframework.com).

For license information check the [LICENSE](LICENSE.md)-file.

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

[](#installation)

### Using Composer (Preferred Method):

[](#using-composer-preferred-method)

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

```
composer require --prefer-dist sadi01/yii2-open-banking"*"

```

### Alternative Method:

[](#alternative-method)

If you prefer adding the openbanking extension to your `composer.json` file manually, you can do so by adding the following entry to the `require` section:

```
{
  "require": {
    "sadi01/yii2-open-banking": "*"
  }
}
```

After adding the entry, save the `composer.json` file and run the following command in the terminal or command prompt within your project directory:

```
composer update

```

This command will fetch and install the openbanking extension and its required dependencies into your Yii 2 project.

Configuration
-------------

[](#configuration)

To use this extension, you have to configure the openbanking module in your application configuration:

```
return [
    //....
    'modules' => [
       'openbanking' => [
            'class' => 'sadi01\openbanking\Module'
        ],
    ]
];
```

and you have to configure the openbanking component in your application configuration:

```
return [
    //....
    'components' => [
       'openBanking' => [
            'class' => 'sadi01\openbanking\components\OpenBanking',
            'bsVersion' => 4 //your project bs version
        ],
    ]
];
```

DB Migrations
-------------

[](#db-migrations)

Run module migrations:

```
php yii migrate --migrationPath=@sadi01/openbanking/migrations
```

Or, Add migrations path in console application config:

```
'controllerMap' => [
    'migrate' => [
        'class' => 'yii\console\controllers\MigrateController',
        'migrationNamespaces' => [],
        'migrationPath' => [
            '@vendor/sadi01/yii2-open-banking/src/migrations',
            '@app/migrations'
        ]
    ],
],
```

How To Use
----------

[](#how-to-use)

add to your code:

```
Yii::$app->openBanking->call('','',[])
```

Advanced config
---------------

[](#advanced-config)

- [Installation Guide](./src/guide/installation.md)
- [Faraboom Description Guide](./src/guide/faraboom.md)
- [Finnotech Description Guide](./src/guide/finnotech.md)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 Bus Factor1

Top contributor holds 71.6% 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/0bba5660903294a7550aa697b888fd0810c2493097c079170f98a5f18cc1aada?d=identicon)[Sadi01](/maintainers/Sadi01)

---

Top Contributors

[![aminshafieed](https://avatars.githubusercontent.com/u/10178886?v=4)](https://github.com/aminshafieed "aminshafieed (121 commits)")[![pseifaddini](https://avatars.githubusercontent.com/u/146512526?v=4)](https://github.com/pseifaddini "pseifaddini (41 commits)")[![Sadi01](https://avatars.githubusercontent.com/u/8774917?v=4)](https://github.com/Sadi01 "Sadi01 (7 commits)")

---

Tags

open-banking

### Embed Badge

![Health badge](/badges/sadi01-yii2-open-banking/health.svg)

```
[![Health](https://phpackages.com/badges/sadi01-yii2-open-banking/health.svg)](https://phpackages.com/packages/sadi01-yii2-open-banking)
```

PHPackages © 2026

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