PHP client library for accessing the Sum&Substance's API
Read more about the platform at https://developers.sumsub.com/api-reference/#introduction
To install sumsub client, run the command below and you will get the latest version
composer require mihailgolban/sumsub
Or alternatively, include a dependency for mihailgolban/sumsub in your composer.json file. For example:
{
"require": {
"mihailgolban/sumsub": "1.*"
}
}
Set in the .env environment file following keys:
sumsub.secretKey = <SECRET_KEY>
sumsub.token = <TOKEN>
sumsub.baseUrl = <BASE_URL>
The MIT License (MIT). Please see License File for more information.