shureban / laravel-sumsub-sdk
API SDK for Sumsub (https://sumsub.com)
Package info
github.com/Shureban/laravel-sumsub-sdk
Type:laravel-package
pkg:composer/shureban/laravel-sumsub-sdk
2.3.1
2026-09-07 13:39 UTC
Requires
- php: ^8.1|^8.2|^8.3|^8.4
- guzzlehttp/guzzle: ^7.5
- shureban/laravel-object-mapper: ^2.0
Requires (Dev)
- laravel/framework: ^10.0|^11.0|^12.0|^13.0
- phpunit/phpunit: ^10.5|^11.0|^12.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-master
- v2.3.1.x-dev
- 2.3.1
- v2.3.0.x-dev
- 2.3.0
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- v2.1.0.x-dev
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.0
- 0.0.33
- 0.0.32
- 0.0.31
- 0.0.30
- 0.0.29
- 0.0.28
- 0.0.27
- v0.0.25.x-dev
- 0.0.24
- 0.0.23
- 0.0.22
- 0.0.20
- 0.0.19
- 0.0.18
- 0.0.17
- 0.0.16
- 0.0.15
- 0.0.14
- 0.0.13
- 0.0.12
- 0.0.11
- 0.0.10
- 0.0.9
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
This package is auto-updated.
Last update: 2026-09-07 13:40:10 UTC
README
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.