socialite-manager/gitlab-provider

v1.0.0 2018-03-24 12:25 UTC

This package is auto-updated.

Last update: 2024-04-05 22:33:43 UTC


README

Installation

composer require socialite-manager/gitlab-provider

Usage

use Socialite\Provider\GitLabProvider;
use Socialite\Socialite;

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