This library provides a league/oauth2-client adapter for use with mezzio-authentication.
Run the following to install this library:
$ composer require phly/phly-mezzio-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 is in the doc tree, and can be compiled using mkdocs:
$ mkdocs build
You may also browse the documentation online.