shureban/laravel-sumsub-sdk

API SDK for Sumsub (https://sumsub.com)
6,587 1
Install
composer require shureban/laravel-sumsub-sdk
Latest Version:2.2.6
PHP:^8.1
License:MIT
Last Updated:Jan 20, 2026
Links: GitHub  ·  Packagist
Maintainer: Shureban

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.

Related Packages

zgldh/qiniu-laravel-storage

Qiniu Resource (Cloud) Storage SDK for Laravel 5/6/7/8/9

399,766 515
santigraviano/laravel-mercadopago

Mercado Pago SDK v0.5.2 for Laravel

154,801 47
aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PH...

39,019,279 1,717
overtrue/laravel-wechat

微信 SDK for Laravel

1,854,932 2,898
itbdw/laravel-storage-qiniu

A storage library for laravel5 and qiniu sdk

15,384 70