Skip to content
This repository was archived by the owner on Jul 3, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 233 Bytes

File metadata and controls

16 lines (11 loc) · 233 Bytes

GitLab Provider

Installation

composer require socialite-manager/gitlab-provider

Usage

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

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