recca0120 / socialite by recca0120

Socialite for Laravel 5
20
7
2
Package Data
Maintainer Username: recca0120
Maintainer Contact: recca0120@gmail.com (recca0120)
Package Create Date: 2015-09-19
Package Last Update: 2016-01-07
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:23:40
Package Statistics
Total Downloads: 20
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 7
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Laravel Socialite

Introduction

Simulation Laravel Socialite

Installation

composer require recca0120/socialite

Laravel 5.0:

Update config/app.php

'providers' => [
    ...
    'Recca0120\Socialite\SocialiteServiceProvider',
];
'aliases' => [
    ...
    'Socialite' => 'Recca0120\Socialite\Facades\Socialite'
];

Laravel 5.1:

Update config/app.php

'providers' => [
    ...
    Recca0120\Socialite\SocialiteServiceProvider::class,
];
'alias' => [
    ...
    'Socialite' => Recca0120\Socialite\Facades\Socialite::class
];

Official Documentation

Documentation for Socialite can be found on the Laravel website.

License

Laravel Socialite is open-sourced software licensed under the MIT license

Included service implementations

  • OAuth1
    • BitBucket
    • Twitter
  • OAuth2
    • Dropbox
    • Facebook
    • GitHub
    • Google
    • Instagram
    • LinkedIn