dev-master
9999999-dev https://github.com/ericeyang/yii2-paymentAlipay and WeChat payment for yii2
BSD-3-Clause
The Requires
by Erice Yang
payment yii2 alipay wechat
Alipay and WeChat payment for yii2
Alipay and WeChat payment for Yii2., (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require ericeyang/yii2-payment "dev-master"
Or, you may add, (*4)
"ericeyang/yii2-payment": "dev-master"
to the require section of your composer.json
file and execute php composer.phar update
., (*5)
In your application config, add the path alias for this extension., (*6)
return [ ... 'aliases' => [ '@ericeyang/payment' => 'path/to/your/extracted', // for example: '@ericeyang/payment' => '@vendor/ericeyang/yii2-payment', ... ] ];
Alipay and WeChat payment for yii2
BSD-3-Clause
payment yii2 alipay wechat