UPD
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# Vkontakte OAuth2 client provider
|
||||
This package provides [Vkontakte](https://vk.com) integration for [OAuth2 Client](https://github.com/thephpleague/oauth2-client) by the League.
|
||||
This package provides [VK](https://vk.com) integration for [OAuth2 Client](https://github.com/thephpleague/oauth2-client) by the League.
|
||||
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
composer require Sept/oauth2-vkontakte
|
||||
composer require 1sept/oauth2-vkontakte
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
```php
|
||||
$provider = new Sept\OAuth2\Client\Provider\Vkontakte([
|
||||
$provider = new Sept\OAuth2\Client\Provider\VkProvider([
|
||||
'clientId' => '1234567',
|
||||
'clientSecret' => 's0meRe4lLySEcRetC0De',
|
||||
'redirectUri' => 'https://example.org/oauth-endpoint',
|
||||
|
||||
Reference in New Issue
Block a user