safan-lab/oauth2
Composer 安装命令:
composer require safan-lab/oauth2
包简介
The Oauth2 Library for Safan framework
关键字:
README 文档
README
Oauth2 Library for Safan Framework
REQUIREMENTS
PHP >= 7.1, gap-db/orm = 1., gap-db/orm-cache = 1., symfony/http-foundation = 4.*,
INSTALLATION
If you're using Composer for your project's dependencies, add the following to your "composer.json":
"require": {
"safan/oauth2": "1.*"
}
Update Modules Config List - safan-framework-standard/application/Settings/modules.config.php
<?php
return [
// Safan Framework default modules route
'Safan' => 'vendor/safan-lab/safan/Safan',
'SafanResponse' => 'vendor/safan-lab/safan/SafanResponse',
// Write created or installed modules route here ... e.g. 'FirstModule' => 'application/Modules/FirstModule'
'Oauth2' => 'vendor/safan-lab/oauth2/Oauth2',
'GapOrm' => 'vendor/gap-db/orm/GapOrm',
'GapOrmCache' => 'vendor/gap-db/orm-cache/GapOrmCache'
];
统计信息
- 总下载量: 46
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-08