# oauth **Repository Path**: fankers/oauth ## Basic Information - **Project Name**: oauth - **Description**: 授权登录comoser包 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 13 - **Forks**: 5 - **Created**: 2017-10-22 - **Last Updated**: 2025-02-08 ## Categories & Tags **Categories**: oauth-dev **Tags**: None ## README # oauth授权登录comoser包 >只是一个包,没有什么依赖 **目录结构:** ``` |--api 第三方授权接口 |--config 配置文件(公共) |--helper 助手文件 |--lib 核心类库 |--Github.php Github授权渠道入口文件 |--Qq.php Qq授权渠道入口文件 |--index.php 使用demo |--Wx.php Wx授权渠道入口文件 ``` **使用方法:** ``` 在项目中的composer.json 文件中添加如下内容 "require-dev": { "fankers/oauth": "dev-master" }, "repositories": [ { "type": "vcs", "url": "git@gitee.com:fankers/oauth.git" } ] ```