phly / phly-expressive-oauth2clientauthentication
league/oauth2-client 对 zendframework/zend-expressive-authentication 的适配器
2.0.0
2019-11-12 17:52 UTC
Requires
- php: ^7.1
- league/oauth2-client: ^2.2
- zendframework/zend-expressive: ^3.0
- zendframework/zend-expressive-authentication: ^1.0
- zendframework/zend-expressive-session: ^1.0
Requires (Dev)
Suggests
- league/oauth2-facebook: To use the Facebook OAuth2 provider
- league/oauth2-github: To use the GitHub OAuth2 provider
- league/oauth2-google: To use the Google OAuth2 provider
- league/oauth2-instagram: To use the Instagram OAuth2 provider
- league/oauth2-linkedin: To use the LinkedIn OAuth2 provider
- zendframework/zend-expressive-template: To use the shipped UnauthorizedResponseFactory, which includes template support
This package is auto-updated.
Last update: 2024-09-13 04:54:28 UTC
README
此库为 league/oauth2-client 提供了适配器,以便与 zend-expressive-authentication 一起使用。
安装
运行以下命令来安装此库
$ composer require phly/phly-expressive-oauth2clientauthentication
您还需要安装一个或多个您希望使用的 OAuth2 提供商。例如
$ composer require league/oauth2-instagram league/oauth2-google league/oauth2-facebook
文档
$ mkdocs build
您还可以 在线浏览文档。