shureban / laravel-sumsub-sdk
API SDK for Sumsub (https://sumsub.com)
Installs: 2 453
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:laravel-package
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.5
- shureban/laravel-object-mapper: ^1.1
This package is auto-updated.
Last update: 2025-03-17 08:59:38 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.