PHPackages                             idpass/checkersdk - 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. idpass/checkersdk

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

idpass/checkersdk
=================

Identitypass KYC verification Widget

v1.0.0(3y ago)1171[1 PRs](https://github.com/IDENTITYPASS/Checker-SDK-Laravel/pulls)MITPHPPHP &gt;=7.4

Since Jan 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/IDENTITYPASS/Checker-SDK-Laravel)[ Packagist](https://packagist.org/packages/idpass/checkersdk)[ RSS](/packages/idpass-checkersdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

**INSTALLATION**

```
$ composer require idpass/checkersdk
```

Append Identitypass service provider class to the *providers* section in config/app.php

```
Idpass\Checkersdk\Providers\CheckersdkProvider::class,
```

Publish vendor package

```
php artisan vendor:publish
```

Configure your credential from config/IdentitypassKYC.php published.

```
    // your merchant key
    "merchant_key" => "Your-Merchant-Public-Key",
//this can be true if you are testing SDK or false to use the live environment
"is_test" => false,

//preferred button color
"button_color" => "",

//preferred button text
"button_text" => "Verify Identity",

// DO NOT CHANGE FROM HERE
"js_link" => "https://js.myidentitypay.com/v1/inline/kyc.js"

```

Usage `add  @identitypass_script('name~name~ref~email') after the body tag of your page.`

```

        @identitypass_script('name~name~ref~email')
```

`add Identitypass KYC button to page`

```
    @identitypass_kyc
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

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

Unknown

Total

1

Last Release

1216d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2432183a502f3f09fa7aa1496b0d1f7951d086402e8fe498d3604a14bc61425c?d=identicon)[prembly](/maintainers/prembly)

---

Top Contributors

[![rotexii001](https://avatars.githubusercontent.com/u/5416634?v=4)](https://github.com/rotexii001 "rotexii001 (12 commits)")

### Embed Badge

![Health badge](/badges/idpass-checkersdk/health.svg)

```
[![Health](https://phpackages.com/badges/idpass-checkersdk/health.svg)](https://phpackages.com/packages/idpass-checkersdk)
```

###  Alternatives

[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)[illuminate/auth

The Illuminate Auth package.

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

A flexible, driver based Acl package for PHP 5.4+

870304.7k2](/packages/beatswitch-lock)[amocrm/amocrm-api-library

amoCRM API Client

182728.5k6](/packages/amocrm-amocrm-api-library)[vonage/jwt

A standalone package for creating JWTs for Vonage APIs

424.1M4](/packages/vonage-jwt)

PHPackages © 2026

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