a1comms / socialite-lts
This package is abandoned and no longer maintained.
No replacement package was suggested.
Laravel wrapper around OAuth 1 & OAuth 2 libraries.
v4.0.1
2018-12-20 11:14 UTC
Requires
- php: ^7.1.3
- ext-json: *
- guzzlehttp/guzzle: ~6.0
- illuminate/contracts: ~5.7
- illuminate/http: ~5.7
- illuminate/support: ~5.7
- league/oauth1-client: ~1.0
Requires (Dev)
- mockery/mockery: ~1.0
- phpunit/phpunit: ~7.0
- dev-master / 5.0.x-dev
- 4.0.x-dev
- v4.0.1
- v4.0.0
- 3.2.1
- v3.2.0
- v3.1.1
- v3.1.0
- 3.0.x-dev
- v3.0.12
- v3.0.11
- v3.0.10
- v3.0.9
- v3.0.8
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.0
- 2.0.x-dev
- v2.0.21
- v2.0.20
- v2.0.19
- v2.0.18
- v2.0.17
- v2.0.16
- v2.0.15
- v2.0.14
- v2.0.13
- v2.0.12
- v2.0.11
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2024-04-03 15:23:20 UTC
README
Introduction
Laravel Socialite provides an expressive, fluent interface to OAuth authentication with Facebook, Twitter, Google, LinkedIn, GitHub, GitLab and Bitbucket. It handles almost all of the boilerplate social authentication code you are dreading writing.
We are not accepting new adapters.
Adapters for other platforms are listed at the community driven Socialite Providers website.
Official Documentation
Documentation for Socialite can be found on the Laravel website.
License
Laravel Socialite is open-sourced software licensed under the MIT license.