PHPackages                             kyc-ai/external-shufti - 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. kyc-ai/external-shufti

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

kyc-ai/external-shufti
======================

Shufti Pro external verification driver for kyc-ai/laravel.

1.0.0(today)00MITPHPPHP ^8.2

Since Jun 13Pushed todayCompare

[ Source](https://github.com/mohammedelkarsh/kyc-external-shufti)[ Packagist](https://packagist.org/packages/kyc-ai/external-shufti)[ Docs](https://github.com/mohammedelkarsh/kyc-external-shufti)[ RSS](/packages/kyc-ai-external-shufti/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (8)Versions (2)Used By (0)

kyc-ai/external-shufti
======================

[](#kyc-aiexternal-shufti)

[![Tests](https://github.com/mohammedelkarsh/kyc-external-shufti/actions/workflows/tests.yml/badge.svg)](https://github.com/mohammedelkarsh/kyc-external-shufti/actions/workflows/tests.yml)[![License: MIT](https://camo.githubusercontent.com/08cef40a9105b6526ca22088bc514fbfdbc9aac1ddbf8d4e6c750e3a88a44dca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667)](LICENSE)

Shufti Pro driver for [kyc-ai/laravel](https://packagist.org/packages/kyc-ai/laravel).

> **v1.0** · submit + poll · webhook · SA/AE/EG via KYC pipeline

---

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

[](#requirements)

- PHP ^8.2
- `kyc-ai/laravel` ^1.1
- Shufti Pro API credentials

---

Install
-------

[](#install)

```
composer require kyc-ai/laravel:^1.1
composer require kyc-ai/external-shufti

php artisan vendor:publish --tag=kyc-shufti-config
```

---

Configure
---------

[](#configure)

```
KYC_EXTERNAL_ENABLED=true
KYC_EXTERNAL_DRIVER=shufti

SHUFTI_CLIENT_ID=
SHUFTI_SECRET=
SHUFTI_BASE_URL=https://api.shuftipro.com
SHUFTI_CALLBACK_URL="${APP_URL}/kyc/webhooks/shufti"
SHUFTI_POLL_SECONDS=30
SHUFTI_POLL_INTERVAL=2
SHUFTI_WEBHOOK_ROUTE=true
```

---

Usage
-----

[](#usage)

```
use KycAi\Laravel\Facades\Kyc;
use KycAi\Laravel\KycLevel;

$result = Kyc::document($request->file('id_front'))
    ->country('sa')
    ->level(KycLevel::Full)
    ->verify();

$result->external()?->provider(); // "shufti"
$result->external()?->meta();     // reference, event, payload
```

---

Webhook
-------

[](#webhook)

`POST /kyc/webhooks/shufti` validates the Shufti signature and dispatches `ShuftiVerificationCompleted`.

---

Development
-----------

[](#development)

Monorepo setup:

```
cp composer.local.json.example composer.local.json
composer install
composer test
```

---

License
-------

[](#license)

MIT — see [LICENSE](LICENSE).

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22338869?v=4)[Mohammed Elkarsh](/maintainers/mohammedelkarsh)[@mohammedelkarsh](https://github.com/mohammedelkarsh)

---

Tags

composer-packageidentity-verificationkyclaravelphpshuftilaravelidentityverificationkycshufti

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kyc-ai-external-shufti/health.svg)

```
[![Health](https://phpackages.com/badges/kyc-ai-external-shufti/health.svg)](https://phpackages.com/packages/kyc-ai-external-shufti)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3325.1M337](/packages/psalm-plugin-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

76318.2M113](/packages/laravel-mcp)[api-platform/laravel

API Platform support for Laravel

59156.3k10](/packages/api-platform-laravel)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1232.2k16](/packages/fleetbase-core-api)

PHPackages © 2026

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