PHPackages                             ziaadini/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ziaadini/yii2-open-banking

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

ziaadini/yii2-open-banking
==========================

Yii2 Open Banking Service

057PHP

Since Oct 15Pushed 1y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

 [ ![](https://raw.githubusercontent.com/ziaadini/yii2-bi-dashboard/master/src/img/yii.png) ](https://en.wikipedia.org/wiki/Business_intelligence)  ![](https://raw.githubusercontent.com/ziaadini/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 ziaadini/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": {
    "ziaadini/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=@ziaadini/openbanking/migrations
```

Or, Add migrations path in console application config:

```
'controllerMap' => [
    'migrate' => [
        'class' => 'yii\console\controllers\MigrateController',
        'migrationNamespaces' => [],
        'migrationPath' => [
            '@vendor/ziaadini/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

17

—

LowBetter than 6% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 Bus Factor1

Top contributor holds 67.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/d12277a6eddd9e64afc6bbe4d798b52bd5225c22edc96d74fd1f2021d675496e?d=identicon)[ziaadini](/maintainers/ziaadini)

---

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)")[![fdaei](https://avatars.githubusercontent.com/u/81993335?v=4)](https://github.com/fdaei "fdaei (9 commits)")[![Sadi01](https://avatars.githubusercontent.com/u/8774917?v=4)](https://github.com/Sadi01 "Sadi01 (7 commits)")[![ziaadini](https://avatars.githubusercontent.com/u/15521662?v=4)](https://github.com/ziaadini "ziaadini (1 commits)")

### Embed Badge

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

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

###  Alternatives

[tomlerendu/laravel-convert-case-middleware

Convert request and response keys to and from camel and snake case.

2870.0k](/packages/tomlerendu-laravel-convert-case-middleware)[byrokrat/id

Data types for swedish personal identity and corporation id numbers

1597.7k5](/packages/byrokrat-id)[verbb/shippy

A framework agnostic, multi-carrier shipping library for PHP.

1610.1k1](/packages/verbb-shippy)

PHPackages © 2026

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