Skip to content

Shureban/laravel-sumsub-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-sumsub-sdk

Laravel SDK which implement API routes for work with Sumsub

Installation

Require this package with composer using the following command:

composer require shureban/laravel-sumsub-sdk

Add the following class to the providers array in config/app.php:

Shureban\LaravelSumsubSdk\SumsubServiceProvider::class,

You can also publish the config file to change implementations (i.e. interface to specific class).

php artisan vendor:publish --provider="Shureban\LaravelSumsubSdk\SumsubServiceProvider" --force
php artisan vendor:publish --provider="Shureban\LaravelObjectMapper\ObjectMapperServiceProvider" --force

Usage

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages