bowphp / soauth
为 Bow 框架提供社交认证的包
1.0.1
2019-11-08 13:20 UTC
Requires
- league/oauth2-client: ^2.4.1
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2024-09-09 20:16:59 UTC
README
为 Bow 框架提供社交认证的包。
该包使用 thephpleague/oauth2-client
https://github.com/thephpleague/oauth2-client 创建包装器。
实际上,它支持以下提供者
- Gitlab
- Github
要安装 soauth
,您必须使用 composer
(PHP 包管理器),如下所示。
composer require bowphp/soauth
贡献
感谢您考虑为 Bow 框架做出贡献!贡献指南在框架文档中。