workos-php
workos-php copied to clipboard
Official PHP SDK for interacting with the WorkOS API
## Description We no longer support querying directories by domain, so removing the option from the method doc. ## Documentation Does this require changes to the WorkOS Docs? E.g. the...
We currently have `composer.lock` ignored from the repository. However, the Composer docs state that libraries can commit `composer.lock`: https://getcomposer.org/doc/02-libraries.md#lock-file I think we should commit the lockfile to make dependency resolution...
## Description adds roleSlug param on createOrgMembership. Allows for updateOrgMembership to not require roleSlug. ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code...
## Description This PR will move deprecation notices from `error_log` to `trigger_error`. It will cause all deprecation notices in the unit tests to be expected and tested against. The test...
## Description This paves the way for @mattgd's PR https://github.com/workos/workos-php/pull/215, which will remove the `$domain` parameter in the next major release. Since the domain is no longer used today, this...
## Description Add UserIdentityProvider and UserIdentityProviderType classes implement getUserIdentityProviders method in UserManagement class - Introduced UserIdentityProvider and UserIdentityProviderType classes to represent user identity providers and their types. - Added `getUserIdentityProviders`...
I am trying to [get the identity](https://workos.com/docs/reference/user-management/identity) of a user authenticated with Github. Can I send a PR for this? ## Proposal - Add `getUserIdentities` method to `UserManager` - Update...
v4.28.0
Toward AUTH-5514. ## Description Contains: - https://github.com/workos/workos-php/pull/301 - https://github.com/workos/workos-php/pull/307 ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ``` [...
## Description Add Actions helper class for WorkOS Actions support - Add Actions.php service class with convenient wrapper methods for WebhookResponse and Webhook functionality - Add test suite - Include...
## Description Added integration with the Events API endpoints