65 Star 312 Fork 77

宇润 / YurunOAuthLogin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 483 Bytes
一键复制 编辑 原始数据 按行查看 历史
宇润 提交于 2021-03-30 15:13 . 格式化代码
{
"name": "yurunsoft/yurun-oauth-login",
"description": "YurunOAuthLogin是一个PHP 第三方登录授权 SDK,集成了QQ、微信、微博、Github等常用接口。",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Yurun\\OAuthLogin\\": "src/"
}
},
"require": {
"php": ">=5.5",
"yurunsoft/yurun-http" : "~4.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.18.3"
}
}
PHP
1
https://gitee.com/yurunsoft/YurunOAuthLogin.git
git@gitee.com:yurunsoft/YurunOAuthLogin.git
yurunsoft
YurunOAuthLogin
YurunOAuthLogin
master

搜索帮助