Unofficial package for fetching users information based on National ID Number for Laravel applications.
alphaolomi/laravel-nida is a Laravel package for unofficial package for fetching users information based on national id number for laravel applications..
It currently has 10 GitHub stars and 56 downloads on Packagist (latest version v0.1.1).
Install it with composer require alphaolomi/laravel-nida.
Discover more Laravel packages by alphaolomi
or browse all Laravel packages to compare alternatives.
Last updated
Unofficial package for fetching users information based on National ID Number for Laravel applications.
Note: User Image and Signature are currently not supported (Depreciated !!)
You can install the package via composer:
composer require alphaolomi/laravel-nida
To fetch user information based on ID Number, you can use the following method:
use Alphaolomi\Nida\Facades\Nida;
$userData = Nida::getUserData('XXXXXXXXXXXXXXXXXXXX');
echo $userData;
use Alphaolomi\Nida\Nida;
$nida = new Nida();
echo $nida->getUserData('XXXXXXXXXXXXXXXXXXXX');
composer test
Please see CHANGELOG for more information on what has changed recently.
Are you facing any issue with usage of the package, just raise an issue and I looking to fixing it as soon as I can.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.
Did you find this repository useful to you ? Give it a star so as more people can get to know about it;
This is not an official package. It not endorsed by any organization or individual. Authors are not responsible for any misinformation or misuse of the package of any kind. Author is not responsible for any damages caused by use of the package.