idehpardazanjavan / yii2-mellat-bank
Library for yii2 to connect to the geteway of the mellat bank
Package info
github.com/idehpardazanjavan/mellat-bank
Type:yii2-extension
pkg:composer/idehpardazanjavan/yii2-mellat-bank
dev-master
2017-07-14 07:31 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-02-22 18:02:46 UTC
README
Library for yii2 to connect to the geteway of the mellat bank
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist idehpardazanjavan/yii2-mellat-bank "dev-master"
or add
"idehpardazanjavan/yii2-mellat-bank": "dev-master"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \idehpardazanjavan\AutoloadExample::widget(); ?>```