Search by

jankado / secureid-laravel

Netvirux

There is no license information available for the latest version (v1.0.1) of this package.

Laravel Wrapper for SecureID Verification API

v1.0.1 2026-08-10 14:32 UTC

This package is auto-updated.

Last update: 2026-09-10 14:40:44 UTC


README

A beautiful Laravel wrapper for the SecureID Verification API.

Installation

composer require jankado/secureid-laravel

Publish the config file:

php artisan vendor:publish --tag="secureid-config"

Setup

Add your variables to .env:

SECUREID_API_KEY=your_key
SECUREID_SANDBOX=true

Usage

use Jankado\SecureID\Laravel\Facades\SecureID;

$result = SecureID::verifyNIN('12345678901');