Laravel provides official starter kits with WorkOS AuthKit integration built in:
Beta Versions
Certain WorkOS features may be available only in the beta version of the SDK. Beta versions have the-beta.* suffix, for example,
3.2.0-beta.1. For more information on how to use beta
versions, refer to the README in the GitHub repository.
Releases
June 22, 2026
v8.0.0
Latest June 22, 2026
June 17, 2026
v7.0.1
June 17, 2026
May 18, 2026
v7.0.0
May 18, 2026
April 14, 2026
v6.0.0
April 14, 2026
6.0.0 (2026-04-14)
⚠ BREAKING CHANGES
- v6 is a major rewrite of the Laravel SDK to align with the redesigned
workos/workos-phpv5 client. WorkOS\Laravel\Services\WorkOSServicehas been removed. The container, helper, and facade now resolve to\WorkOS\WorkOSdirectly.- Several service accessors were renamed upstream:
mfa()→multiFactorAuth(),portal()→adminPortal(),rbac()→authorization(), andwebhook()was split intowebhooks()andwebhookVerification(). - Before upgrading, follow
docs/V6_MIGRATION_GUIDE.md.
Features
March 20, 2026
workos/workos-php-laravel: v5.1.0
March 20, 2026
December 6, 2025
v5.0.1
December 6, 2025
December 5, 2025
v5.0.0
December 5, 2025
What's Changed
- Require Laravel 10x+ by @antn in #65
- Bump workos-php to v4.29.0 by @kendallstrautman in #66
- Bump version to v5.0.0 by @kendallstrautman in #67
New Contributors
- @antn made their first contribution in #65
Full Changelog: v4.4.0...v5.0.0
October 7, 2025
v4.4.0
October 7, 2025
What's Changed
New Contributors
- @csrbarber made their first contribution in #62
Full Changelog: v4.3.0...v4.4.0
June 23, 2025
v4.3.0
June 23, 2025
What's Changed
- Upgraded to workos-php v4.26.0 (https://github.com/workos/workos-php-laravel/pull/60)
Full Changelog: v4.2.0...v4.3.0
June 3, 2025
v4.2.0
June 3, 2025
What's changed?
- Pin dependencies using sha #57
- Upgrade workos-php to v4.24.0 to #58
October 22, 2024
v4.1.0
October 22, 2024
What's Changed
- Version bump - workos-php@4.14.0 by @kendallstrautman in #54
Full Changelog: v4.0.0...v4.1.0
November 22, 2023
v4.0.0
November 22, 2023
Breaking Change
- Bumped
workos-phppackage version to v4.0.0 (#50)
Follow workos/workos-php releases to catch the latest changes
May 4, 2023
v3.1.0
May 4, 2023
April 21, 2023
v3.0.0
April 21, 2023
Updated
- Updated
workos-php-laravelversion to 3.0.0 to align withworkos-php3.x.x versioning.
December 9, 2022
v2.0.0
December 9, 2022
Breaking Change
- Bump
workos-phppackage version to v2.1.0 (https://github.com/workos/workos-php-laravel/pull/36) (follow workos/workos-php releases to catch the latest changes)
October 20, 2022
v1.8.0
October 20, 2022
Updated
- Updated
workos-phpversion to 1.17.0
September 29, 2022
v1.7.0
September 29, 2022
Changed
- Upgraded to v1.16.0 of workos-php
September 27, 2022
v1.6.0
September 27, 2022
Changed
- Upgraded to v1.14.0 of workos-php
April 13, 2022
v1.5.0
April 13, 2022
Changed
- Split
AuthenticationChallengeresource intoAuthenticationChallengeTotpandAuthenticationChallengeSms
March 30, 2022
v1.4.0
March 30, 2022
Added
- Added support for Laravel 9 (#27)
February 25, 2022
v1.3.0
February 25, 2022
Changed
- Upgraded Workos PHP package to all versions until 2.0
February 11, 2022
v1.2.0
February 11, 2022
Changed
- Upgraded to v1.6.0 of workos-php
October 28, 2021
v1.1.0
October 28, 2021
Changed
- Bumped
workos/workos-phpversion to1.3.0(#19)
June 24, 2021
v1.0.1
June 24, 2021
Fixed
- Fixed bug on previous version, updated PHP SDK in the composer file
June 24, 2021
v1.0.0
June 24, 2021
Changed
- Updated WorkOS PHP SDK version to 1.0.0
Deprecated
- Deprecated
project_idin favor odclient_id
April 23, 2021
v0.9.1
April 23, 2021
Changed
- Updated Laravel support to include version 8
January 13, 2021
v0.9.0
January 13, 2021
Changed
- Removed project ID and added environment ID to EventAction and Directory resources
Deprecated
- Deprecate project ID in favor of client ID
- Retired promoteDraftConnection
January 12, 2021
v0.8.0
January 12, 2021
Added
- Added support for Passwordless
October 14, 2020
v0.7.0
October 14, 2020
Added
- Exposed
connection_idattribute on Profile objects
September 14, 2020
v0.5.1
September 14, 2020
Fixed
- Fixed issue when translating API response to a Connection resource