1 Star 0 Fork 17

victor/MiniProgramSDK

forked from hillpy/MiniProgramSDK 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 832 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "hillpy/mini-program-sdk",
"description": "微信小程序后端php开发包,封装微信小程序php端相关接口,比如php端微信用户信息解密(即登陆功能)、获取sessionKey、获取小程序码等",
"keywords": ["小程序", "miniprogram", "微信", "wechat"],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "shinn_lancelot",
"email": "[email protected]",
"homepage": "https://hillpy.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"support": {
"issues": "https://github.com/hillpy/MiniProgramSDK/issues"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"hillpy\\MiniProgramSDK\\": "src/"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/szvictor/MiniProgramSDK.git
[email protected]:szvictor/MiniProgramSDK.git
szvictor
MiniProgramSDK
MiniProgramSDK
master

搜索帮助