recca0120 / socialite
Socialite for Laravel 5
v1.0.7
2016-01-03 21:32 UTC
Requires
- php: >=5.4.0
- firebase/php-jwt: ~3.0.0
- illuminate/filesystem: ~5.0|~5.1
- illuminate/http: ~5.0|~5.1
- illuminate/support: ~5.0|~5.1
- lusitanian/oauth: ~0.3
Requires (Dev)
- symfony/var-dumper: ^2.7
This package is auto-updated.
Last update: 2024-10-10 04:41:18 UTC
README
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
- OAuth2
- Dropbox
- GitHub