PHP client library for accessing the Sum&Substance's API

Installs: 665

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 5

Open Issues: 1

pkg:composer/mihailgolban/sumsub

1.0.4 2020-11-08 15:57 UTC

This package is auto-updated.

Last update: 2025-12-09 03:04:38 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.