Skip to content

acidy84/oauth2-vkontakte

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vkontakte OAuth2 client provider

Build Status Latest Stable Version License

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

Installation

composer require acidy84/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

About

Vkontakte provider for league/oauth2-client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%