mihailgolban / sumsub
PHP client library for accessing the Sum&Substance's API
1.0.4
2020-11-08 15:57 UTC
Requires
- php: ^7.3.24
- ext-json: *
- guzzlehttp/guzzle: ^7.1
This package is auto-updated.
Last update: 2025-05-09 01:20:25 UTC
README
Sumsub
PHP client library for accessing the Sum&Substance's API
Read more about the platform at https://developers.sumsub.com/api-reference/#introduction
Installation
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.*" } }
Configuration
Set in the .env environment file following keys:
sumsub.secretKey = <SECRET_KEY> sumsub.token = <TOKEN> sumsub.baseUrl = <BASE_URL>
License
The MIT License (MIT). Please see License File for more information.