PHP Laravel SDK

WorkOS SDK libraries for your favorite platforms.

v1.5.0

  • Split AuthenticationChallenge resource into AuthenticationChallengeTotp and AuthenticationChallengeSms

v1.4.0

  • Added support for Laravel 9 (#27)

v1.3.0

  • Upgraded Workos PHP package to all versions until 2.0

v1.1.0

  • Bumped workos/workos-php version to 1.3.0 (#19)

v1.0.1

  • Fixed bug on previous version, updated PHP SDK in the composer file

v1.0.0

  • Updated WorkOS PHP SDK version to 1.0.0
  • Deprecated project_id in favor od client_id

v0.9.1

  • Updated Laravel support to include version 8

v0.9.0

  • Removed project ID and added environment ID to EventAction and Directory resources
  • Deprecate project ID in favor of client ID
  • Retired promoteDraftConnection

v0.8.0

  • Added support for Passwordless

v0.7.0

  • Exposed connection_id attribute on Profile objects

v0.5.1

  • Fixed issue when translating API response to a Connection resource

v0.5.0

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

v0.4.0

  • Used workos-php 0.4.0
  • Added support for Audit Trail GET /events endpoint

v0.3.1

  • 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 promoteDraftConnection

v0.3.0

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

v0.0.1

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