jankado / secureid-laravel
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
Requires
- php: >=7.4
- illuminate/support: ^8.0|^9.0|^10.0|^11.0
- jankado/secureid-php: *
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');