Package for simple communication with SizeID Business API. For more information see sizeid/oauth2 documentation and SizeID Business API documentation.
- Get the code
composer require sizeid/oauth2
-
Get
clientId
andclientSecret
from your SizeID for Business account. Free tariff available. -
Initialize communication objects
- for client endpoints calls see examples/clientApi.php
- for user endpoints calls see examples/userApi.php
- for login with sizeid using popup see examples/popupLogin.php
- Get the code
composer create-project sizeid/oauth2
-
Get
clientId
andclientSecret
from your SizeID for Business account. Free tariff available. -
Navigate to
examples
directory, copyconfig.example.php
toconfig.php
, change constantsCLIENT_ID
andCLIENT_SECRET
, run example file with webserver.