efureev/socialite
Laravel wrapper around OAuth 1 & OAuth 2 libraries.
Maintainers
v1.1.3
2020-01-09 05:31 UTC
Requires
- php: ^7.2
- ext-json: *
- efureev/support: ~2.3
- guzzlehttp/guzzle: ^6.3
- illuminate/http: ^5.9|^6.2|^7.0
- illuminate/support: ^5.9|^6.2|^7.0
- league/oauth1-client: ~1.7
Requires (Dev)
- illuminate/contracts: ^5.9|^6.2|^7.0
- mockery/mockery: ~1.2
- phpstan/phpstan: ~0.12
- phpunit/phpunit: ^8.5
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
👁 Build Status
👁 Latest Stable Version
👁 Total Downloads
👁 Latest Unstable Version
👁 License
Introduction
Socialite provides an expressive, fluent interface to OAuth authentication with Custom services, Facebook, Twitter, Google, LinkedIn, GitHub, GitLab and Bitbucket. It handles almost all of the boilerplate social authentication code you are dreading writing.
You can write own config for your Custom Provider.
ONLY PHP 7.1 and upper ONLY Laravel 5.7 and more..
Adapters for other platforms are listed at the community driven Socialite Providers website.
License
Laravel Socialite is open-sourced software licensed under the MIT license.
