承接 yoti/yoti-php-sdk-sandbox 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

yoti/yoti-php-sdk-sandbox

最新稳定版本:1.6.0

Composer 安装命令:

composer require yoti/yoti-php-sdk-sandbox

包简介

Yoti PHP SDK Sandbox

关键字:

README 文档

README

Build Status Coverage Bugs Code Smells Vulnerabilities

This repository contains the tools you need to test your Yoti integration.

Installing the Sandbox

Add the Yoti SDK dependency:

$ composer require yoti/yoti-php-sdk-sandbox

Configuration

  • SANDBOX_CLIENT_SDK_ID is the Sandbox SDK identifier generated from the Sandbox section on Yoti Hub.

  • /path/to/your-pem-file.pem is the path to the Sandbox PEM file. It can be downloaded from the Sandbox section on Yoti Hub.

Please do not open the PEM file, as this might corrupt the key, and you will need to redownload it.

Profile

Profile Sandbox Client

use Yoti\Sandbox\Profile\SandboxClient; $sandboxClient = new SandboxClient('SANDBOX_CLIENT_SDK_ID', '/path/to/your-pem-file.pem');

Yoti Client

use Yoti\YotiClient; $yotiClient = new YotiClient('SANDBOX_CLIENT_SDK_ID', '/path/to/your-pem-file.pem', [ 'api.url' => 'https://api.yoti.com/sandbox/v1' ]);

Doc Scan

Doc Scan Sandbox Client

use Yoti\Sandbox\DocScan\SandboxClient; $sandboxClient = new SandboxClient('SANDBOX_CLIENT_SDK_ID', '/path/to/your-pem-file.pem');

Doc Scan Client

use Yoti\DocScan\DocScanClient; $docScanClient = new DocScanClient('SANDBOX_CLIENT_SDK_ID', '/path/to/your-pem-file.pem', [ 'api.url' => 'https://api.yoti.com/sandbox/idverify/v1' ]);

Examples

统计信息

  • 总下载量: 82k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 2
  • Forks: 13
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04