Download the PHP package emilkitua/laravel-nida without Composer
On this page you can find all versions of the php package emilkitua/laravel-nida. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download emilkitua/laravel-nida
More information about emilkitua/laravel-nida
Files in emilkitua/laravel-nida
Package laravel-nida
Short Description PHP/Laravel package for NIDA integration
License MIT
Informations about the package laravel-nida
Here is the adapted README for your Laravel package, customized with your GitHub profile information:
Laravel Nida
Unofficial Laravel package for fetching user information based on National ID Number made by emilkitua
Installation
You can install the package via Composer:
Usage
To fetch user information based on ID number, do this:
The output will be similar to:
You can access user information by using keys and attributes just as shown below:
Image and Signature Support
National ID Photo and Signature are auto-converted into PHP image resources, and you can easily save them:
If you want the data to be in the same format as the API without any side-effect preprocessing, do this instead while loading the user:
Give it a Star
Did you find this repository useful? Give it a star so more people can discover it!
Issues
Facing any issues with the package? Raise an issue on the GitHub repository and I will look into fixing it as soon as possible.
Contributions
Contributions are welcome! If there's anything you'd like to add, fork the repository and submit a pull request.
Disclaimers
This is not an official package. Therefore, I am not responsible for any misinformation or misuse of the package of any kind!
Credits
All the credits to Kalebu for the python package that I replicated to create this