PHPackages                             suma-mexico/vdid-pkg-web - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. suma-mexico/vdid-pkg-web

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

suma-mexico/vdid-pkg-web
========================

Easiest way to implement verification id.

1.0.24(3y ago)040MITPHP

Since Sep 14Pushed 3y agoCompare

[ Source](https://github.com/Suma-Mexico/vdid-pkg-web)[ Packagist](https://packagist.org/packages/suma-mexico/vdid-pkg-web)[ RSS](/packages/suma-mexico-vdid-pkg-web/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (26)Used By (0)

VDID User Guide
===============

[](#vdid-user-guide)

Congrats! You just saved yourself hours of work by implementing suma's service. Let’s get you oriented with what’s here and how to use it.

Commands
--------

[](#commands)

To install vdid-pkg-web, use:

```
composer require suma-mexico/vdid-pkg-web
```

Configuration WebVerification using PHP
---------------------------------------

[](#configuration-webverification-using-php)

1. The first step is adding the file using require like that:

    > require 'vendor/suma-mexico/vdid-pkg-web/src/WebVerification.php';
2. Once you have imported the library, you have to initialize the object like this.

    > $vdid = new VdidPkgWeb\\WebVerification(api-key);

    You have to send the public api-key when you initialize it.
    api-key: string.
3. When you have [created the verification](https://documenter.getpostman.com/view/13807324/TW6xooD3#6d48e323-7466-48f5-a34e-dfb2c10588ac) and you get the uuid, you will call a function to start the process to upload files and send it, like the following line:

    > $vdid::verifyIdentity(uuid);

    uuid: string
    If you want to open a popup instead to redirect, you will call the function like the following line:

    > $vdid::verifyIdentity(uuid, 'popup')

    If you want to open a new tab instead to redirect, you will call the function like the following line:

    > $vdid::verifyIdentity(uuid, 'open')

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

25

Last Release

1335d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5fbccb5530a65f0c285e4584d5a2d68233eeb0b739901563c40a064348c060f7?d=identicon)[charlymi](/maintainers/charlymi)

---

Top Contributors

[![wastecross](https://avatars.githubusercontent.com/u/70166867?v=4)](https://github.com/wastecross "wastecross (50 commits)")

### Embed Badge

![Health badge](/badges/suma-mexico-vdid-pkg-web/health.svg)

```
[![Health](https://phpackages.com/badges/suma-mexico-vdid-pkg-web/health.svg)](https://phpackages.com/packages/suma-mexico-vdid-pkg-web)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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