php-wxpay:微信支付PHP SDK

时间:2024-05-26 12:49:32
【文件属性】:

文件名称:php-wxpay:微信支付PHP SDK

文件大小:64KB

文件格式:ZIP

更新时间:2024-05-26 12:49:32

PHP

php-wxpay 微信支付PHP SDK 安装 composer require ddliu/wxpay 使用 配置 use ddliu\wxpay\Config; // 全局配置 Config::setGlobal([ 'APPID' => 'wx426b3015555a46be', 'MCHID' => '1225312702', 'KEY' => 'e10adc3949ba59abbe56e057f20f883e', 'APPSECRET' => '01c6d59a3f9024db6336662ac95c8e74', ]); 通知示例 use ddliu\wxpay\Notify; $notify = new Notify(); $data = $notify->checkNotifyData(); if (!$data) { // 检查通知


【文件预览】:
php-wxpay-master
----.gitignore(9B)
----README.md(1KB)
----tests()
--------config.php(301B)
--------SimpleTest.php(1KB)
----phpunit.xml(179B)
----composer.json(311B)
----WxpayAPI_php_v3()
--------cert()
--------index.php(2KB)
--------example()
--------lib()
----src()
--------Data()
--------JsApiPay.php(7KB)
--------MicroPay.php(5KB)
--------Api.php(22KB)
--------Notify.php(1KB)
--------Config.php(3KB)
--------NativePay.php(1KB)
--------Exception.php(151B)

网友评论