vinelab / socialite
Laravel wrapper around OAuth 1 & OAuth 2 libraries.
Installs: 1 074
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 941
Open Issues: 1
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: ~5.0|~6.0
- illuminate/contracts: ~5.0
- illuminate/http: ~5.0
- illuminate/support: ~5.0
- league/oauth1-client: ~1.0
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~4.0
README
A modified version of Laravel's official Socialite package.
Modifications
- Base namespace changed to
Vinelab\Socialite
- Re-structured directory and providers
- Added App-only functionality to the following services:
App-only functionality enables server-side communication with the service without having to authenticate/redirect users.
Introduction
Laravel Socialite provides an expressive, fluent interface to OAuth authentication with Facebook, Twitter, Google, LinkedIn, GitHub and Bitbucket. It handles almost all of the boilerplate social authentication code you are dreading writing.
Official Documentation
Documentation for Socialite can be found on the Laravel website.
License
Laravel Socialite is open-sourced software licensed under the MIT license