|
|
||
|---|---|---|
| .. | ||
| src | ||
| test | ||
| .gitignore | ||
| .travis.yml | ||
| composer.json | ||
| LICENSE | ||
| phpunit.xml | ||
| README.md | ||
Mail.ru OAuth2 client provider
This package provides Mail.ru integration for OAuth2 Client by the League.
Installation
composer require aego/oauth2-mailru
Usage
$provider = new Aego\OAuth2\Client\Provider\Mailru([
'clientId' => '123456',
'clientSecret' => 'f23ccd066f8236c6f97a2a62d3f9f9f5',
'redirectUri' => 'https://example.org/oauth-endpoint',
]);