aego / oauth2-mailru
Mail.ru provider for league/oauth2-client
Installs: 80 224
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 3
Open Issues: 1
Requires
- php: >=5.5
- league/oauth2-client: ^2.0
Requires (Dev)
- phpunit/phpunit: ~4.3
This package is not auto-updated.
Last update: 2024-10-23 03:06:37 UTC
README
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', ]);