Releases: workos/workos-php-laravel
Releases · workos/workos-php-laravel
v6.0.0
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
workos/workos-php-laravel: v5.1.0
v5.0.1
v5.0.0
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
Full Changelog: v4.4.0...v5.0.0
v4.4.0
What's Changed
- Upgrade workos-php to 4.27.0 by @csrbarber in #62
- Version bump to 4.4.0 by @csrbarber in #63
New Contributors
- @csrbarber made their first contribution in #62
Full Changelog: v4.3.0...v4.4.0
v4.3.0
v4.2.0
v4.1.0
What's Changed
- Version bump - workos-php@4.14.0 by @kendallstrautman in #54
Full Changelog: v4.0.0...v4.1.0
v4.0.0
Breaking Change
- Bumped
workos-phppackage version to v4.0.0 (#50)
Follow workos/workos-php releases to catch the latest changes