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) · 229 Bytes

File metadata and controls

16 lines (11 loc) · 229 Bytes

Slack Provider

Installation

composer require socialite-manager/slack-provider

Usage

use Socialite\Provider\SlackProvider;
use Socialite\Socialite;

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