qzmenko / oauth2-mailru
Mail.ru provider for league/oauth2-client
1.0.1
2023-06-18 10:34 UTC
Requires
- php: >=5.6
- league/oauth2-client: ^2.7
Requires (Dev)
- phpunit/phpunit: ~4.3
This package is auto-updated.
Last update: 2024-11-18 13:45:46 UTC
README
This package provides Mail.ru integration for OAuth2 Client by the League.
Installation
composer require qzmenko/oauth2-mailru
Usage
$provider = new Qzmenko\OAuth2\Client\Provider\Mailru([ 'clientId' => '123456', 'clientSecret' => 'f23ccd066f8236c6f97a2a62d3f9f9f5', 'redirectUri' => 'https://example.org/oauth-endpoint', ]);