yanhuoyiran / yii2-alipay-api
支付宝API
Package info
github.com/Yanhuoyiran/yii2-alipay-api
Type:yii2-extension
pkg:composer/yanhuoyiran/yii2-alipay-api
v1.05
2019-04-27 06:41 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2026-03-22 16:32:36 UTC
README
支付宝API
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yanhuoyiran/yii2-alipay-api "*"
or add
"yanhuoyiran/yii2-alipay-api": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \api\AutoloadExample::widget(); ?>```