socialite-manager/instagram-provider

v1.0.0 2018-03-18 09:13 UTC

This package is auto-updated.

Last update: 2024-04-05 22:38:48 UTC


README

Installation

composer require socialite-manager/instagram-provider

Usage

use Socialite\Provider\InstagramProvider;
use Socialite\Socialite;

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