sergey-sla/oauth2-vkontakte

Vkontakte provider for league/oauth2-client

Installs: 17 418

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 59

pkg:composer/sergey-sla/oauth2-vkontakte

v1.0.8 2018-04-24 11:12 UTC

This package is auto-updated.

Last update: 2025-10-29 02:02:53 UTC


README

Build Status Latest Stable Version License

This package provides Vkontakte integration for OAuth2 Client by the League.

Installation

composer require sergey-sla/oauth2-vkontakte

Usage

$provider = new J4k\OAuth2\Client\Provider\Vkontakte([
    'clientId' => '1234567',
    'clientSecret' => 's0meRe4lLySEcRetC0De',
    'redirectUri' => 'https://example.org/oauth-endpoint',
]);

Contributions

Contributions are very welcome. Please submit a PR