shopxo/phalapi2-wechat

微信支付

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/shopxo/phalapi2-wechat

dev-master 2019-07-11 06:45 UTC

This package is auto-updated.

Last update: 2025-10-11 21:22:42 UTC


README

微信支付 http://gong.gg/

安装和配置

修改项目下的composer.json文件,并添加:

    "shopxo/phalapi2-wechat": "dev-master"

然后执行composer update

注册

在/path/to/phalapi/config/di.php文件中,注册:

$di->wechat = function() {
    return new \PhalApi\Wechat\Lite();
};

使用

发起支付

\PhalApi\DI()->wechat->Pay();