Download the PHP package xhh125zl/wechat-developer without Composer
On this page you can find all versions of the php package xhh125zl/wechat-developer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package wechat-developer
WeChatDeveloper for PHP
- 基于 WeChatDeveloper 优化并完善;
- 添加并修改自用的内容,方便使用
- 基础的使用文档请参考原始的WeChatDeveloper文档
技术帮助
WeChatDeveloper 是基于官方接口封装,在做微信开发前,必需先阅读微信官方文档。
针对 WeChatDeveloper 也有一准备了帮助资料可供参考。
- WeChatDeveloper:https://www.kancloud.cn/zoujingli/wechat-developer
文件说明(后续会根据官方文档增加文件)
文件名 | 类名 | 描述 | 类型 | 加载 ① |
---|---|---|---|---|
App.php | AliPay\App | 支付宝App支付 | 支付宝支付 | \We::AliPayApp() |
Bill.php | AliPay\Bill | 支付宝账单下载 | 支付宝支付 | \We::AliPayBill() |
Pos.php | AliPay\Pos | 支付宝刷卡支付 | 支付宝支付 | \We::AliPayPos() |
Scan.php | AliPay\Scan | 支付宝扫码支付 | 支付宝支付 | \We::AliPayScan() |
Transfer.php | AliPay\Transfer | 支付宝转账 | 支付宝支付 | \We::AliPayTransfer() |
Wap.php | AliPay\Wap | 支付宝Wap支付 | 支付宝支付 | \We::AliPayWap() |
Web.php | AliPay\Web | 支付宝Web支付 | 支付宝支付 | \We::AliPayWeb() |
Ecommerce.php | AliPay\Ecommerce | 支付宝直付通 | 支付宝支付 | \We::AliPayEcommerce() |
Card.php | WeChat\Card | 微信卡券接口支持 | 认证服务号 | \We::WeChatCard() |
Custom.php | WeChat\Custom | 微信客服消息接口支持 | 认证服务号 | \We::WeChatCustom() |
Media.php | WeChat\Media | 微信媒体素材接口支持 | 认证服务号 | \We::WeChatMedia() |
Oauth.php | WeChat\Oauth | 微信网页授权消息类接口 | 认证服务号 | \We::WeChatOauth() |
Pay.php | WeChat\Pay | 微信支付类接口 | 认证服务号 | \We::WeChatPay() |
Product.php | WeChat\Product | 微信商店类接口 | 认证服务号 | \We::WeChatProduct() |
Qrcode.php | WeChat\Qrcode | 微信二维码接口支持 | 认证服务号 | \We::WeChatQrcode() |
Receive.php | WeChat\Receive | 微信推送事件消息处理支持 | 认证服务号 | \We::WeChatReceive() |
Scan.php | WeChat\Scan | 微信扫一扫接口支持 | 认证服务号 | \We::WeChatScan() |
Script.php | WeChat\Script | 微信前端JSSDK支持 | 认证服务号 | \We::WeChatScript() |
Shake.php | WeChat\Shake | 微信蓝牙设备揺一揺接口 | 认证服务号 | \We::WeChatShake() |
Tags.php | WeChat\Tags | 微信粉丝标签接口支持 | 认证服务号 | \We::WeChatTags() |
Template.php | WeChat\Template | 微信模板消息接口支持 | 认证服务号 | \We::WeChatTemplate() |
User.php | WeChat\User | 微信粉丝管理接口支持 | 认证服务号 | \We::WeChatCard() |
Wifi.php | WeChat\Wifi | 微信门店WIFI管理支持 | 认证服务号 | \We::WeChatWifi() |
Draft.php | WeChat\Draft | 微信草稿箱 | 认证服务号 | \We::WeChatDraft() |
Freepublish.php | WeChat\Freepublish | 微信发布能力 | 认证服务号 | \We::WeChatFreepublish() |
Bill.php | WePay\Bill | 微信商户账单及评论 | 微信支付 | \We::WePayBill() |
Coupon.php | WePay\Coupon | 微信商户代金券 | 微信支付 | \We::WePayCoupon() |
Order.php | WePay\Order | 微信商户订单 | 微信支付 | \We::WePayOrder() |
Redpack.php | WePay\Redpack | 微信红包支持 | 微信支付 | \We::WePayRedpack() |
Refund.php | WePay\Refund | 微信商户退款 | 微信支付 | \We::WePayRefund() |
Transfers.php | WePay\Transfers | 微信商户打款到零钱 | 微信支付 | \We::WePayTransfers() |
TransfersBank.php | WePay\TransfersBank | 微信商户打款到银行卡 | 微信支付 | \We::WePayTransfersBank() |
Crypt.php | WeMini\Crypt | 微信小程序数据加密处理 | 微信小程序 | \We::WeMiniCrypt() |
Plugs.php | WeMini\Plugs | 微信小程序插件管理 | 微信小程序 | \We::WeMiniPlugs() |
Poi.php | WeMini\Poi | 微信小程序地址管理 | 微信小程序 | \We::WeMiniPoi() |
Qrcode.php | WeMini\Qrcode | 微信小程序二维码管理 | 微信小程序 | \We::WeMiniCrypt() |
Template.php | WeMini\Template | 微信小程序模板消息支持 | 微信小程序 | \We::WeMiniTemplate() |
Total.php | WeMini\Total | 微信小程序数据接口 | 微信小程序 | \We::WeMiniTotal() |
安装使用
1.1 通过 Composer 来管理安装
1.2 如果不使用 Composer, 可以下载 WeChatDeveloper 并解压到项目中
2.1 接口实例所需参数
3.1 实例指定接口
微信支付
- 更多功能请阅读测试代码或SDK封装源码
支付宝支付
-
支付参数配置(可用沙箱模式)
-
支付宝发起PC网站支付
-
支付宝发起手机网站支付
- 更多功能请阅读测试代码或SDK封装源码
版权说明
WeChatDeveloper 遵循 MIT 开源协议发布,并免费提供使用。
本项目包含的第三方源码和二进制文件的版权信息将另行标注,请在对应文件查看。
版权所有 Copyright © 2014-2023 by ThinkAdmin (https://thinkadmin.top) All rights reserved。
All versions of wechat-developer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
ext-xml Version *
ext-json Version *
ext-curl Version *
ext-bcmath Version *
ext-libxml Version *
ext-openssl Version *
ext-mbstring Version *
ext-simplexml Version *
ext-fileinfo Version *
ext-xml Version *
ext-json Version *
ext-curl Version *
ext-bcmath Version *
ext-libxml Version *
ext-openssl Version *
ext-mbstring Version *
ext-simplexml Version *
ext-fileinfo Version *
The package xhh125zl/wechat-developer contains the following files
Loading the files please wait ....