phly / phly-expressive-oauth2clientauthentication
league/oauth2-client adapter for 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-11-13 05:17:34 UTC
README
This library provides a league/oauth2-client adapter for use with zend-expressive-authentication.
Installation
Run the following to install this library:
$ composer require phly/phly-expressive-oauth2clientauthentication
You will also need to install one or more of the OAuth2 providers you wish to use. As an example:
$ composer require league/oauth2-instagram league/oauth2-google league/oauth2-facebook
Documentation
Documentation is in the doc tree, and can be compiled using mkdocs:
$ mkdocs build
You may also browse the documentation online.