shureban / laravel-sumsub-sdk
API SDK for Sumsub (https://sumsub.com)
Installs: 4 414
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:laravel-package
pkg:composer/shureban/laravel-sumsub-sdk
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.5
- shureban/laravel-object-mapper: ^1.1
- dev-master
- v2.2.4.x-dev
- 2.2.4
- v2.2.3.x-dev
- 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: 2025-10-22 09:44:08 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.