phly/phly-expressive-oauth2clientauthentication

league/oauth2-client 对 zendframework/zend-expressive-authentication 的适配器

2.0.0 2019-11-12 17:52 UTC

This package is auto-updated.

Last update: 2024-09-13 04:54:28 UTC


README

Build Status Coverage Status

此库为 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 进行编译

$ mkdocs build

您还可以 在线浏览文档