socialite-manager/vkontakte-provider

This package is abandoned and no longer maintained. No replacement package was suggested.

VKontakte provider

v1.0.1 2018-03-23 06:13 UTC

This package is auto-updated.

Last update: 2025-07-06 01:10:08 UTC


README

Installation

composer require socialite-manager/vkontakte-provider

Usage

use Socialite\Provider\VKontakteProvider;
use Socialite\Socialite;

Socialite::driver(VKontakteProvider::class, $config);