Skip to content

mihailgolban/sumsub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages