sergey-sla/oauth2-vkontakte

Vkontakte提供程序,用于league/oauth2-client

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

This package is auto-updated.

Last update: 2024-08-29 04:03:33 UTC


README

Build Status Latest Stable Version License

本软件包提供了由League提供的Vkontakte集成,用于OAuth2 Client

安装

composer require sergey-sla/oauth2-vkontakte

使用方法

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

贡献

非常欢迎贡献。请提交PR