PHPackages                             yoti/yoti-php-sdk-sandbox - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. yoti/yoti-php-sdk-sandbox

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

yoti/yoti-php-sdk-sandbox
=========================

Yoti PHP SDK Sandbox

1.6.0(4y ago)383.7k↓43.7%13[3 issues](https://github.com/getyoti/yoti-php-sdk-sandbox/issues)[8 PRs](https://github.com/getyoti/yoti-php-sdk-sandbox/pulls)MITPHPPHP ^7.1 || ^8.0

Since Mar 20Pushed 1y ago2 watchersCompare

[ Source](https://github.com/getyoti/yoti-php-sdk-sandbox)[ Packagist](https://packagist.org/packages/yoti/yoti-php-sdk-sandbox)[ Docs](https://yoti.com)[ RSS](/packages/yoti-yoti-php-sdk-sandbox/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (8)Versions (21)Used By (0)

Yoti PHP Sandbox SDK
====================

[](#yoti-php-sandbox-sdk)

[![Build Status](https://camo.githubusercontent.com/cdaaa114b375c0cb708313250ce7bad5445be3b83ccf31ab8286ce2d1e1ae70c/68747470733a2f2f7472617669732d63692e636f6d2f676574796f74692f796f74692d7068702d73646b2d73616e64626f782e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/getyoti/yoti-php-sdk-sandbox)[![Coverage](https://camo.githubusercontent.com/9223abf9828aad8102ee65169eccd8a7a650b7fa1951790088e767ecd39df331/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d676574796f74692533417068702d73616e64626f78266d65747269633d636f766572616765)](https://sonarcloud.io/dashboard?id=getyoti%3Aphp-sandbox)[![Bugs](https://camo.githubusercontent.com/fe398928bea54e4d0707c1cebf05206b4a963d710681c3cf1221f583c618a151/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d676574796f74692533417068702d73616e64626f78266d65747269633d62756773)](https://sonarcloud.io/dashboard?id=getyoti%3Aphp-sandbox)[![Code Smells](https://camo.githubusercontent.com/13253e5e7572462c3504c8c8b93e84794e2cc578a70fbe756fc34c58543609d4/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d676574796f74692533417068702d73616e64626f78266d65747269633d636f64655f736d656c6c73)](https://sonarcloud.io/dashboard?id=getyoti%3Aphp-sandbox)[![Vulnerabilities](https://camo.githubusercontent.com/cfe89dee5bb9a0133d29707c3045e7f0fa285f0b282690a93d6c3fe4d62849cd/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d676574796f74692533417068702d73616e64626f78266d65747269633d76756c6e65726162696c6974696573)](https://sonarcloud.io/dashboard?id=getyoti%3Aphp-sandbox)

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

Installing the Sandbox
----------------------

[](#installing-the-sandbox)

Add the Yoti SDK dependency:

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

Configuration
-------------

[](#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)

#### Profile Sandbox Client

[](#profile-sandbox-client)

```
use Yoti\Sandbox\Profile\SandboxClient;

$sandboxClient = new SandboxClient('SANDBOX_CLIENT_SDK_ID', '/path/to/your-pem-file.pem');
```

#### Yoti Client

[](#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)

#### Doc Scan Sandbox Client

[](#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

[](#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
--------

[](#examples)

- [Profile Sandbox](examples/profile)
- [Doc Scan Sandbox](examples/doc-scan)

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance8

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 91.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~75 days

Recently: every ~90 days

Total

7

Last Release

1798d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/df9c9ca5d7fe1a3e1f6ca7605d917a14109af0e7cb31c101a0a8907b77274d91?d=identicon)[yoti](/maintainers/yoti)

---

Top Contributors

[![davidgrayston](https://avatars.githubusercontent.com/u/1229335?v=4)](https://github.com/davidgrayston "davidgrayston (91 commits)")[![echarrod](https://avatars.githubusercontent.com/u/1381991?v=4)](https://github.com/echarrod "echarrod (5 commits)")[![LuborRod](https://avatars.githubusercontent.com/u/53628474?v=4)](https://github.com/LuborRod "LuborRod (2 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")

---

Tags

sdkyoti

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/yoti-yoti-php-sdk-sandbox/health.svg)

```
[![Health](https://phpackages.com/badges/yoti-yoti-php-sdk-sandbox/health.svg)](https://phpackages.com/packages/yoti-yoti-php-sdk-sandbox)
```

###  Alternatives

[aws/aws-crt-php

AWS Common Runtime for PHP

420300.1M4](/packages/aws-aws-crt-php)[zumba/amplitude-php

PHP SDK for Amplitude

409.5M5](/packages/zumba-amplitude-php)[ennnnny/tbk

简约优雅的淘宝客SDK

29016.1k1](/packages/ennnnny-tbk)[anilcancakir/laravel-ai-sdk-skills

A skill system for Laravel AI SDK agents. Define reusable AI capabilities with SKILL.md files.

151.1k](/packages/anilcancakir-laravel-ai-sdk-skills)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
