Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sy-records/WeChatPay
都2020年了,别找了,去找个composer包吧...
https://github.com/sy-records/WeChatPay
Last synced: 3 months ago
JSON representation
都2020年了,别找了,去找个composer包吧...
- Host: GitHub
- URL: https://github.com/sy-records/WeChatPay
- Owner: sy-records
- License: gpl-3.0
- Archived: true
- Created: 2018-02-06T03:26:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T09:02:16.000Z (about 4 years ago)
- Last Synced: 2024-08-03T21:03:23.433Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 50.8 KB
- Stars: 85
- Watchers: 9
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-seeds - WeChatPay
README
# WeixinPay
集成微信多种支付方式,包括原生支付(扫码支付),公众号支付、现金红包、企业付款到零钱、H5支付、小程序支付等,希望可以给各位想接入支付宝支付的带来些许帮助和借鉴意义。
# 环境依赖
PHP5.0以上,且需要开启CURL服务、openSSL服务。
# 文件对应说明
Enterprise 企业付款到零钱
H5pay 微信H5支付
Jspay 微信公众号支付
Mini Program 微信小程序支付
Nativepay 微信扫码支付
Red Packet 现金红包支付
Refund 退款查询
notify.php 扫码支付及公众号支付的异步回调通知
# 注意事项
1.需要用到微信哪一种支付方式,就只下载对应的单个文件即可。
2.文件开头的配置参数必须完善
# 更新记录
2018/7/2 修改项目名称
2018/5/17 更新PHP7版本下 微信公众号支付获取code错误