workos-php-laravel icon indicating copy to clipboard operation
workos-php-laravel copied to clipboard

Official PHP Laravel SDK for interacting with the WorkOS API

Results 1 workos-php-laravel issues
Sort by recently updated
recently updated
newest added

Seems like an old method. My Code: ```php $sso = new \WorkOS\SSO(); $profile = $sso->getProfile($token); ``` Error: ``` "message": "Call to undefined method WorkOS\\Resource\\Profile::json()", "exception": "Error", "file": "/var/www/vendor/workos/workos-php/lib/SSO.php", "line": 153,...