1 Star 0 Fork 252

vinyin/payment

forked from 大愚/payment 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 680 Bytes
一键复制 编辑 原始数据 按行查看 历史
大愚 提交于 2016-06-15 18:12 . 初始项目
{
"name": "riverslei/payment",
"type": "library",
"description": "集成支付宝、微信支付等流行的支付接口,后续会持续跟进中",
"keywords": ["alipay", "weixin", "支付宝支付", "微信支付", "集成支付接口SDK"],
"homepage": "http://blog.csdn.net/hel12he/",
"license": "MIT",
"authors": [
{
"name": "helei112g",
"email": "helei5200@126.com",
"homepage": "http://blog.csdn.net/hel12he/"
}
],
"require": {
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": {"Payment\\": "src/"}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vinyin/payment.git
git@gitee.com:vinyin/payment.git
vinyin
payment
payment
master

搜索帮助