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

1.0.4 2020-11-08 15:57 UTC

This package is auto-updated.

Last update: 2024-06-08 23:30:21 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.