laravel/socialite
Laravel wrapper around OAuth 1 & OAuth 2 libraries.
v5.30.0
117M downloads/mo
#251 most downloaded on Packagist
laravel/socialite
What this package is like to depend on
Last release 10 days ago
13 Aug 2026
Ships fairly regularly
a new release about every 4 weeks
Most releases are documented
notes for 83 of 127 stable releases
Nothing withdrawn
no release was ever pulled
12 years old
127 releases · first in 2014
13 releases in the last 12 months
see the full history below
Release timeline
127 releases · Aug 2014 to Aug 2026
2015
2017
2019
2021
2023
2025
Releases
latest 60 of 127-
v5.30.013 Aug 2026Release notes
Open source →- Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group by @dependabot[bot] in #788
- fix: Validate Facebook OIDC token nonce by @meihao550 in #789
Release notes
Open source →- Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group by @dependabot[bot] in https://github.com/laravel/socialite/pull/788
- fix: Validate Facebook OIDC token nonce by @meihao550 in https://github.com/laravel/socialite/pull/789
-
v5.29.001 Jul 2026Release notes
Open source →- Bump shivammathur/setup-php from 2.37.1 to 2.37.2 in the github-actions group by @dependabot[bot] in #778
- Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group by @dependabot[bot] in #782
- Fix undefined array key error in LinkedIn provider by @lazerg in #785
Release notes
Open source →- Bump shivammathur/setup-php from 2.37.1 to 2.37.2 in the github-actions group by @dependabot[bot] in https://github.com/laravel/socialite/pull/778
- Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group by @dependabot[bot] in https://github.com/laravel/socialite/pull/782
- Fix undefined array key error in LinkedIn provider by @lazerg in https://github.com/laravel/socialite/pull/785
-
v5.28.012 Jun 2026Release notes
Open source →- Pin GitHub Actions to commit SHAs and add Dependabot config by @joetannenbaum in #772
- Bump shivammathur/setup-php from 2.37.0 to 2.37.1 in the github-actions group by @dependabot[bot] in #773
- Add Dependabot cooldown of 5 days by @nunomaduro in #774
- Enable Dependabot auto-merge by @nunomaduro in #775
- [5.x] Add ability to easily fake Socialite users by @stevebauman in #776
- Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group by @dependabot[bot] in #777
Release notes
Open source →- Pin GitHub Actions to commit SHAs and add Dependabot config by @joetannenbaum in https://github.com/laravel/socialite/pull/772
- Bump shivammathur/setup-php from 2.37.0 to 2.37.1 in the github-actions group by @dependabot[bot] in https://github.com/laravel/socialite/pull/773
- Add Dependabot cooldown of 5 days by @nunomaduro in https://github.com/laravel/socialite/pull/774
- Enable Dependabot auto-merge by @nunomaduro in https://github.com/laravel/socialite/pull/775
- [5.x] Add ability to easily fake Socialite users by @stevebauman in https://github.com/laravel/socialite/pull/776
- Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group by @dependabot[bot] in https://github.com/laravel/socialite/pull/777
-
v5.27.024 Apr 2026 -
v5.26.129 Mar 2026Release notes
Open source →- Use hash_equals for constant-time state comparison by @pushpak1300 in #770
Release notes
Open source →- Use hash_equals for constant-time state comparison by @pushpak1300 in https://github.com/laravel/socialite/pull/770
-
v5.26.024 Mar 2026Release notes
Open source →- Remove redundant "When to Apply" section from skill body by @pushpak1300 in #766
- [5.x] Fix workflow YAML syntax and clean up broken CI matrix by @JoshSalway in #769
Release notes
Open source →- Remove redundant "When to Apply" section from skill body by @pushpak1300 in https://github.com/laravel/socialite/pull/766
- [5.x] Fix workflow YAML syntax and clean up broken CI matrix by @JoshSalway in https://github.com/laravel/socialite/pull/769
-
v5.25.027 Feb 2026Release notes
Open source →- Add Boost skill for Socialite development by @pushpak1300 in #763
- Rename Boost skill directory to socialite-development by @pushpak1300 in #76
Release notes
Open source →- Add Boost skill for Socialite development by @pushpak1300 in https://github.com/laravel/socialite/pull/763
- Rename Boost skill directory to socialite-development by @pushpak1300 in https://github.com/laravel/socialite/pull/76
-
v5.24.321 Feb 2026Release notes
Open source →- Laravel 13.x Compatibility by @laravel-shift in https://github.com/laravel/socialite/pull/762
-
v5.24.210 Jan 2026Release notes
Open source →- Fix FakeProvider to preserve decorator pattern when forwarding calls by @mohammedmanssour in #760
Release notes
Open source →- Fix FakeProvider to preserve decorator pattern when forwarding calls by @mohammedmanssour in https://github.com/laravel/socialite/pull/760
-
v5.24.101 Jan 2026Release notes
Open source →- Remove redundant
emailmapping causing error for unconfirmed X accounts by @Gertiozuni in #757 - chore: update firebase/php-jwt package by @itsalifadaei in #758
Release notes
Open source →- Remove redundant
emailmapping causing error for unconfirmed X accounts by @Gertiozuni in https://github.com/laravel/socialite/pull/757 - chore: update firebase/php-jwt package by @itsalifadaei in https://github.com/laravel/socialite/pull/758
- Remove redundant
-
v5.24.009 Dec 2025Release notes
Open source →- Add Testing Fakes by @stevebauman in https://github.com/laravel/socialite/pull/756
-
v5.23.221 Nov 2025Release notes
Open source →- [5.x] PHP 8.5 Compatibility by @crynobone in https://github.com/laravel/socialite/pull/755
-
v5.23.127 Oct 2025Release notes
Open source →Full Changelog: https://github.com/laravel/socialite/compare/v5.23.0...v5.23.1
-
v5.23.023 Jul 2025 -
v5.22.008 Jul 2025Release notes
Open source →- Fix return type for functions which make use of json_decode by @michaelklopf in https://github.com/laravel/socialite/pull/745
- feat(google): stateless ID token support by @beefsack in https://github.com/laravel/socialite/pull/748
-
v5.21.019 May 2025Release notes
Open source →- Added email and it's scope to TwitterProvider by @abdulmejidshemsuawel in https://github.com/laravel/socialite/pull/744
-
v5.20.021 Apr 2025Release notes
Open source →- Update logo by @iamdavidhill in https://github.com/laravel/socialite/pull/741
- Added email to X provider by @maicol07 in https://github.com/laravel/socialite/pull/742
-
v5.19.027 Mar 2025Release notes
Open source →- docs: sync readme with recent adapters by @iBotPeaches in https://github.com/laravel/socialite/pull/735
- [5.x] Throw exception if config is incomplete by @mateusjatenee in https://github.com/laravel/socialite/pull/736
- Supports PHPStan 1.12 by @crynobone in https://github.com/laravel/socialite/pull/739
-
v5.18.011 Feb 2025Release notes
Open source →- Update facade PHPDoc by @osbre in https://github.com/laravel/socialite/pull/731
- Twitch by @taylorotwell in https://github.com/laravel/socialite/pull/732
-
v5.17.128 Jan 2025Release notes
Open source →- Supports Laravel 12 by @crynobone in https://github.com/laravel/socialite/pull/730
-
v5.17.017 Jan 2025Release notes
Open source →- Add "email_verified" to linkedin openid by @aalyusuf in https://github.com/laravel/socialite/pull/725
- [5.x] Adds support for configuring Access Scope for providers from configuration by @TheAladeen in https://github.com/laravel/socialite/pull/728
- [5.x] Added 2 additional tests for GitHub driver programmatic scope merging and overwriting by @TheAladeen in https://github.com/laravel/socialite/pull/729
-
v5.16.111 Dec 2024Release notes
Open source →- Update logo to support dark/light theme by @milewski in https://github.com/laravel/socialite/pull/717
- [5.x] Support PHP 8.4 by @crynobone in https://github.com/laravel/socialite/pull/722
-
v5.16.003 Sep 2024Release notes
Open source →- Add X Provider by @tomocrafter in https://github.com/laravel/socialite/pull/712
-
v5.15.128 Jun 2024Release notes
Open source →- Check if some fields exist using limited login by @CosmicodeStudio in https://github.com/laravel/socialite/pull/709
-
v5.15.011 Jun 2024Release notes
Open source →- Support the custom parameters of the access token request by @maximepvrt in https://github.com/laravel/socialite/pull/707
-
v5.14.003 May 2024Release notes
Open source →- Update Socialite Providers URL by @DamianKRTurner in https://github.com/laravel/socialite/pull/703
- [5.x] Add Slack OpenID provider by @maartenpaauw in https://github.com/laravel/socialite/pull/704
-
v5.13.226 Apr 2024Release notes
Open source →- Update Socialite.php by @adic3x in https://github.com/laravel/socialite/pull/701
-
v5.13.124 Apr 2024Release notes
Open source →- Correct issue with GoogleProvider getUserByToken() method by @ChengKaiChiang in https://github.com/laravel/socialite/pull/700
-
v5.13.015 Apr 2024Release notes
Open source →- Support OIDC token in Facebook provider (Facebook Limited Login) by @gdebrauwer in https://github.com/laravel/socialite/pull/698
-
v5.12.116 Feb 2024Release notes
Open source →- Revert "Adding basic authentication by default on signed routes (#684)" by @driesvints in https://github.com/laravel/socialite/pull/694
-
v5.12.011 Feb 2024Release notes
Open source →- [5.x] Adding basic authentication by default on signed routes by @moufmouf in https://github.com/laravel/socialite/pull/684
- Correct issue with Google refreshToken() method by @iBotPeaches in https://github.com/laravel/socialite/pull/686
- Correct issue with GoogleProvider getUserByToken() method by @alibori in https://github.com/laravel/socialite/pull/689
-
v5.11.002 Dec 2023Release notes
Open source →- [5.x] Add
refreshTokenmethod by @antoinelame in https://github.com/laravel/socialite/pull/675 - Adds L11 support by @nunomaduro in https://github.com/laravel/socialite/pull/676
- [5.x] Add
-
v5.10.030 Oct 2023 -
v5.9.107 Sep 2023Release notes
Open source →- (feat) Extract some logic to a
userInstancemethod. by @lucasmichot in https://github.com/laravel/socialite/pull/663
- (feat) Extract some logic to a
-
v5.9.005 Sep 2023Release notes
Open source →- [5.x] Include GitHub
node_idfield by @lucasmichot in https://github.com/laravel/socialite/pull/657 - [5.x] Adds
LinkedInOpenIdprovider by @nunomaduro in https://github.com/laravel/socialite/pull/662
- [5.x] Include GitHub
-
v5.8.121 Aug 2023Release notes
Open source →- Fix phpstan issues in Twitter and Slack drivers by @alecpl in https://github.com/laravel/socialite/pull/653
-
v5.8.014 Jul 2023Release notes
Open source →- Update Slack provider to use v2 API and allow Bot tokens by @jbrooksuk in https://github.com/laravel/socialite/pull/645
-
v5.7.008 Jul 2023Release notes
Open source →- Add support for Slack driver by @jbrooksuk in https://github.com/laravel/socialite/pull/644
-
v5.6.306 Jun 2023Release notes
Open source →- Add buildProvider method on DockBlock for IDE support by @emrancu in https://github.com/laravel/socialite/pull/643
-
v5.6.229 May 2023Release notes
Open source →- Fix unable to use updated config object when using Laravel Octane by @aprokopenko in https://github.com/laravel/socialite/pull/639
-
v5.6.120 Jan 2023Release notes
Open source →Fixed
- Add app property by @driesvints in https://github.com/laravel/socialite/pull/621
-
v5.6.013 Jan 2023Release notes
Open source →Added
- Laravel v10 Support by @driesvints in https://github.com/laravel/socialite/pull/618
-
v5.5.805 Jan 2023Release notes
Open source →Fixed
- Fix User return types by @antoinelame in https://github.com/laravel/socialite/pull/614
-
v5.5.728 Dec 2022Release notes
Open source →Fixed
- Fixed string type issue by @driesvints in https://github.com/laravel/socialite/commit/295a36648828f0419c1e9cbedd97609d2a4cb211
-
v5.5.608 Nov 2022Release notes
Open source →Changed
- PHP 8.2 support by @driesvints in https://github.com/laravel/socialite/pull/607
-
v5.5.520 Aug 2022Release notes
Open source →Changed
- Add ability to override access token request headers by @JasonTolliver in https://github.com/laravel/socialite/pull/603
-
v5.5.408 Aug 2022Release notes
Open source →Fixed
- Add correct encoding and the required state param by @xhezairbey in https://github.com/laravel/socialite/pull/599
-
v5.5.318 Jul 2022Release notes
Open source →Fixed
- Add Twitter OAuth 2 fallback call by @driesvints in https://github.com/laravel/socialite/pull/596
-
v5.5.210 Mar 2022Release notes
Open source →Changed
- Allow OAuth version in the Twitter config by @taylorotwell (68afb03)
-
v5.5.107 Feb 2022Release notes
Open source →Fixed
- Override abstract provider for Twitter's OAuth 2.0 provider (#576)
-
v5.5.001 Feb 2022 -
v5.4.025 Jan 2022 -
v5.3.012 Jan 2022 -
v5.2.607 Dec 2021 -
v5.2.531 Aug 2021 -
v5.2.410 Aug 2021 -
v5.2.306 Apr 2021 -
v5.2.202 Mar 2021 -
v5.2.122 Feb 2021 -
v5.2.016 Feb 2021