PHPackages                             3neti/form-handler-kyc - 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. 3neti/form-handler-kyc

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

3neti/form-handler-kyc
======================

KYC/identity verification handler for form flow system using HyperVerge

v1.0.2(3mo ago)01.1kMITPHPPHP ^8.2

Since Dec 24Pushed 3mo agoCompare

[ Source](https://github.com/3neti/form-handler-kyc)[ Packagist](https://packagist.org/packages/3neti/form-handler-kyc)[ RSS](/packages/3neti-form-handler-kyc/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (9)Versions (4)Used By (0)

KYC Handler Plugin
==================

[](#kyc-handler-plugin)

A Form Flow Manager plugin for identity verification using HyperVerge KYC API.

Features
--------

[](#features)

✅ External redirect to HyperVerge mobile app
✅ Callback handling from HyperVerge
✅ Status polling for async verification results
✅ Contact-level KYC persistence (reusable across flows)
✅ Auto-registration with Form Flow Manager
✅ Integration with 3neti/hyperverge package

Installation
------------

[](#installation)

```
composer require 3neti/form-handler-kyc
```

Usage
-----

[](#usage)

```
{
    handler: 'kyc',
    config: {
        title: 'Identity Verification',
        description: 'Verify your identity to continue'
    }
}
```

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

[](#configuration)

The package uses existing HyperVerge environment variables:

```
HYPERVERGE_BASE_URL=https://ind.idv.hyperverge.co/v1
HYPERVERGE_APP_ID=your_app_id
HYPERVERGE_APP_KEY=your_app_key
HYPERVERGE_URL_WORKFLOW=onboarding

# Optional
KYC_POLLING_INTERVAL=5  # seconds
KYC_AUTO_REDIRECT_DELAY=2  # seconds
```

Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel 12+
- 3neti/hyperverge package
- HTTPS (required by HyperVerge)
- Mobile device with camera (for user)

How It Works
------------

[](#how-it-works)

Unlike other handlers (location, selfie, signature), KYC involves:

1. **Initiation**: User clicks "Start Identity Verification"
2. **Redirect**: User redirected to HyperVerge mobile app
3. **Verification**: User completes ID + selfie verification
4. **Callback**: HyperVerge redirects back to app
5. **Polling**: Status page polls for results every 5 seconds
6. **Completion**: On approval, flow continues automatically

Contact-Level KYC
-----------------

[](#contact-level-kyc)

KYC status is stored on the `Contact` model, not per-flow:

- Once verified, contact can reuse KYC across multiple flows
- KYC data stored in `meta` JSON column (schemaless)
- Fields: `kyc_status`, `kyc_transaction_id`, `kyc_onboarding_url`, etc.

Testing
-------

[](#testing)

```
cd packages/form-handler-kyc
composer install
vendor/bin/pest
```

Routes
------

[](#routes)

The package registers these routes automatically:

- `POST /form-flow/{flow_id}/kyc/initiate` - Start KYC flow
- `GET /form-flow/{flow_id}/kyc/callback` - Handle HyperVerge callback
- `GET /form-flow/{flow_id}/kyc/status` - Poll KYC status (AJAX)

License
-------

[](#license)

MIT

Author
------

[](#author)

3neti

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance82

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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 ~24 days

Total

3

Last Release

98d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/586e1ed70140038e6348728222adbcf68bfc4455b1f94a4f8bcbe57917a63d57?d=identicon)[3neti](/maintainers/3neti)

---

Top Contributors

[![3neti](https://avatars.githubusercontent.com/u/89447696?v=4)](https://github.com/3neti "3neti (3 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/3neti-form-handler-kyc/health.svg)

```
[![Health](https://phpackages.com/badges/3neti-form-handler-kyc/health.svg)](https://phpackages.com/packages/3neti-form-handler-kyc)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[olssonm/l5-very-basic-auth

Laravel stateless HTTP basic auth without the need for a database

1662.5M1](/packages/olssonm-l5-very-basic-auth)[scaler-tech/laravel-saml2

SAML2 Service Provider integration for Laravel applications, based on OneLogin toolkit

2737.5k](/packages/scaler-tech-laravel-saml2)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)[pschocke/laravel-telegram-login-widget

Easily integrate Telegrams login widget into your Laravel application to send Telegram messages

1610.4k](/packages/pschocke-laravel-telegram-login-widget)

PHPackages © 2026

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