code2magic / yii2-payment
payment
0.1.6
2020-04-15 17:30 UTC
Requires
- php: ~5.6||>7.0 <7.2||~7.2
- ext-mbstring: *
- code2magic/liqpay: ^0.1.0
- wayforpay/php-sdk: ^1.0.0
- yii2mod/yii2-enum: ^1.0.0
- yiisoft/yii2: ~2.0.15
Requires (Dev)
- codeception/base: ^2.4.0
- codeception/verify: ~1.0.0
- roave/security-advisories: dev-master
- vlucas/phpdotenv: ^2.0
- yiisoft/yii2-faker: ~2.0.0
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require code2magic/yii2-payment --prefer-dist
or add
"code2magic/yii2-payment": "*"
to the require
section of your composer.json
file.