PHPackages                             alphaolomi/laravel-nida - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. alphaolomi/laravel-nida

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

alphaolomi/laravel-nida
=======================

Unofficial package for fetching users information based on National ID Number for Laravel applications.

v0.1.1(2y ago)10563[1 PRs](https://github.com/alphaolomi/laravel-nida/pulls)MITPHPPHP ^7.3|^8

Since May 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/alphaolomi/laravel-nida)[ Packagist](https://packagist.org/packages/alphaolomi/laravel-nida)[ Docs](https://github.com/alphaolomi/laravel-nida)[ RSS](/packages/alphaolomi-laravel-nida/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (8)Dependencies (12)Versions (12)Used By (0)

🗄️ NIDA for Laravel [![Latest Version on Packagist](https://camo.githubusercontent.com/03792a156bf2db07036a04c9de09f49af89fb8a711d3c98d5682ca2e39db609c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c7068616f6c6f6d692f6c61726176656c2d6e6964613f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alphaolomi/laravel-nida) [![run-tests](https://github.com/alphaolomi/laravel-nida/actions/workflows/run-tests.yml/badge.svg)](https://github.com/alphaolomi/laravel-nida/actions/workflows/run-tests.yml) [![Total Downloads](https://camo.githubusercontent.com/c1ee329f4ac7884abafa99e418873a452cff4a61c22bf9a0659fd581d499250b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c7068616f6c6f6d692f6c61726176656c2d6e6964612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alphaolomi/laravel-nida) [![Maintained](https://camo.githubusercontent.com/f59eae3bfdfa615c4efdd10e2236282220fd3aa6c2bb1ad9c0fad15f4b309ef4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d61696e7461696e65642d5965732d627269676874677265656e2e737667)](#)
===============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#️-nida-for-laravel----)

Unofficial package for fetching users information based on National ID Number for Laravel applications.

Features 🔎
----------

[](#features-)

- Fetch user information based on National ID Number
- Save user information to database (migration and model)
- Add command to fetch user information
- Add helper function to fetch user information
- Add cache to fetch user information
- Add tests

> **Note:** User Image and Signature are currently not supported (Depreciated !!)

📦 Prerequisites
---------------

[](#--prerequisites)

- PHP 8.0 or higher
- Laravel 8 or above
- Composer

⬇️ Installation
---------------

[](#️--installation)

You can install the package via [composer](https://getcomposer.org/):

```
composer require alphaolomi/laravel-nida
```

🔎 Usage
-------

[](#--usage)

To fetch user information based on ID Number, you can use the following method:

### 1. Using Facades

[](#1-using-facades)

```
use Alphaolomi\Nida\Facades\Nida;

$userData = Nida::getUserData('XXXXXXXXXXXXXXXXXXXX');

echo $userData;
```

### 2. Using static classes

[](#2-using-static-classes)

```
use Alphaolomi\Nida\Nida;

$nida = new Nida();
echo $nida->getUserData('XXXXXXXXXXXXXXXXXXXX');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Issues
------

[](#issues)

Are you facing any issue with usage of the package, just [raise an issue](https://github.com/alphaolomi/laravel-nida/issues/new) and I looking to fixing it as soon as I can.

🤝 Contributing
--------------

[](#-contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

🔐 Security Vulnerabilities
--------------------------

[](#-security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

👏 Credits
---------

[](#-credits)

- [Alpha Olomi](https://github.com/alphaolomi)
- [All Contributors](../../contributors)

📝 License
---------

[](#-license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

🌟 Support | Give it a star
--------------------------

[](#-support--give-it-a-star)

Did you find this repository useful to you ? Give it a star so as more people can get to know about it;

❕ Disclaimers
-------------

[](#-disclaimers)

> 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.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 51.5% 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

Every ~60 days

Recently: every ~118 days

Total

9

Last Release

1028d ago

Major Versions

v0.0.6 → 1.x-dev2023-05-28

PHP version history (3 changes)v0.0.1PHP ^8.1

v0.0.3PHP ^7.3|^8.0

v0.1.0PHP ^7.3|^8

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/109302792?v=4)[alphao](/maintainers/alphao)[@AlphaO](https://github.com/AlphaO)

---

Top Contributors

[![alphaolomi](https://avatars.githubusercontent.com/u/10551599?v=4)](https://github.com/alphaolomi "alphaolomi (17 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (7 commits)")

---

Tags

nidalaravelalphaolominidalaravel-nidanational id number

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/alphaolomi-laravel-nida/health.svg)

```
[![Health](https://phpackages.com/badges/alphaolomi-laravel-nida/health.svg)](https://phpackages.com/packages/alphaolomi-laravel-nida)
```

###  Alternatives

[nativephp/mobile

NativePHP for Mobile

1.1k75.1k97](/packages/nativephp-mobile)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M167](/packages/spatie-laravel-health)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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