rezamansouri / yii2-pay
payment
dev-master
2017-12-10 13:23 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-15 12:51:43 UTC
README
payment
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist rezamansouri/yii2-pay "*"
or add
"rezamansouri/yii2-pay": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \rezamansouri\pay\AutoloadExample::widget(); ?>```