PHPackages                             appvise/verifai-api - 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. [API Development](/categories/api)
4. /
5. appvise/verifai-api

ActiveLibrary[API Development](/categories/api)

appvise/verifai-api
===================

Library to access Verifai backend from your server

0485PHP

Since Jun 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/app-vise/verifai-api)[ Packagist](https://packagist.org/packages/appvise/verifai-api)[ RSS](/packages/appvise-verifai-api/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

PHP Verifai API client
======================

[](#php-verifai-api-client)

Access Verifai's backend from your server to get access to Verifai result data

Documentation
-------------

[](#documentation)

### Installation

[](#installation)

Install this package via composer

```
composer require app-vise/verifai-api
```

### Usage

[](#usage)

#### Obtaining OTP

[](#obtaining-otp)

```
use Appvise\Verifai\Http\Body;
use Appvise\Verifai\Http\SessionId;
use Appvise\Verifai\Http\VerifaiResponse;
use Appvise\Verifai\VerifaiClientFactory;
use Exception;

$client = VerifaiClientFactory::make('YOUR_VERIFAI_TOKEN_FROM_DASHBOARD');
$body = new Body('your_handover_url_from_config_or_something');
$otp = $this->client->obtainOTP($body);
```

#### Fetch result

[](#fetch-result)

```
use Appvise\Verifai\Http\Body;
use Appvise\Verifai\Http\SessionId;
use Appvise\Verifai\Http\VerifaiResponse;
use Appvise\Verifai\VerifaiClientFactory;
use Exception;

$client = VerifaiClientFactory::make('YOUR_VERIFAI_TOKEN_FROM_DASHBOARD');
$sessionId = new SessionId('SESSION_ID_GOT_FROM_FRONTEND_RESULT');
$result = $this->client->getResult($sessionId);
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9507600?v=4)[appvise](/maintainers/appvise)[@appvise](https://github.com/appvise)

### Embed Badge

![Health badge](/badges/appvise-verifai-api/health.svg)

```
[![Health](https://phpackages.com/badges/appvise-verifai-api/health.svg)](https://phpackages.com/packages/appvise-verifai-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k14](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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