easywa/yii2-wapay

微信和支付宝支付

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2019-09-09 02:18 UTC

This package is auto-updated.

Last update: 2024-04-19 20:21:09 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(); ?>```