DashboardSign In

Installation

Command Line
Laravel

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 the beta versions, refer to the README in the GitHub repository.

Releases

November 22, 2023

v4.0.0

Latest
November 22, 2023

Breaking Change

  • Bumped workos-php package 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

What's Changed

  • Enable Laravel 10 by @sheldonvaughn in https://github.com/workos/workos-php-laravel/pull/48

Full Changelog: https://github.com/workos/workos-php-laravel/compare/v3.0.0...v3.1.0

April 21, 2023

v3.0.0

April 21, 2023

Updated

  • Updated workos-php-laravel version to 3.0.0 to align with workos-php 3.x.x versioning.
December 9, 2022

v2.0.0

December 9, 2022

Breaking Change

  • Bump workos-php package 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-php version to 1.17.0
September 29, 2022

v1.7.0

September 29, 2022

Changed

September 27, 2022

v1.6.0

September 27, 2022

Changed

April 13, 2022

v1.5.0

April 13, 2022

Changed

  • Split AuthenticationChallenge resource into AuthenticationChallengeTotp and AuthenticationChallengeSms
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

October 28, 2021

v1.1.0

October 28, 2021

Changed

  • Bumped workos/workos-php version to 1.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_id in favor od client_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_id attribute on Profile objects
September 14, 2020

v0.5.1

September 14, 2020

Fixed

  • Fixed issue when translating API response to a Connection resource
August 25, 2020

v0.5.0

August 25, 2020

Added

  • Updated the workos-php dependency to v0.5.0 to give access to the raw_attributes field in Profile
August 3, 2020

v0.4.0

August 3, 2020

Added

  • Used workos-php 0.4.0
  • Added support for Audit Trail GET /events endpoint
May 1, 2020

v0.3.1

May 1, 2020

Added

  • Bumped version of workos/workos-php to 0.3.1
  • createConnection function added to SSO for creating a Connection with a token
  • Additional resources created to represent a Connection

Deprecated

  • Deprecated promoteDraftConnection
April 28, 2020

v0.3.0

April 28, 2020

Added

  • Used workos/workos-php v0.3.0
  • Added support for Audit Trail
  • Added support for Directory Sync
  • Added SDK specific user agent for requests
April 11, 2020

v0.0.1

April 11, 2020

Added

  • Used v0.0.1 of the workos/workos-php SDK which has support for SSO
  • Included a configuration file template