easywa / yii2-wapay
微信和支付宝支付
dev-master
2019-09-09 02:18 UTC
Requires
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-httpclient: ^2.0
This package is auto-updated.
Last update: 2026-02-20 00:07:49 UTC
README
微信和支付宝支付
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist easywa/yii2-wapay "*"
or add
"easywa/yii2-wapay": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \easywa\wapay\AutoloadExample::widget(); ?>```