c5450347ee22011114f52093e3ddd9d3b9970086
Vkontakte OAuth2 client provider
This package provides Vkontakte integration for OAuth2 Client by the League.
Installation
composer require j4k/oauth2-vkontakte
Usage
$provider = new J4k\OAuth2\Client\Provider\Vkontakte([
'clientId' => '1234567',
'clientSecret' => 's0meRe4lLySEcRetC0De',
'redirectUri' => 'https://example.org/oauth-endpoint',
]);
Description
Languages
PHP
100%