shureban/laravel-sumsub-sdk
最新稳定版本:2.2.4
Composer 安装命令:
composer require shureban/laravel-sumsub-sdk
包简介
API SDK for Sumsub (https://sumsub.com)
README 文档
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.
统计信息
- 总下载量: 4.97k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-09