bangadam / nik-parser-php
Identification Card of Indonesian
1.0.1
2022-09-10 14:40 UTC
Requires
- php: >=7.0
- illuminate/support: 10.x-dev
This package is auto-updated.
Last update: 2025-05-29 01:47:35 UTC
README

NIK Parser PHP
About | Features | Technologies | Requirements | Setup | Usage | License | Author
🎯 About
NIK Parser is a package to convert Indonesian citizenship identity number into usefull information.
✨ Features
✔️ All information of NIK number identification like province, birthdate, age etc.\
🚀 Technologies
The following tools were used in this project:
✅ Requirements
Before starting 🏁, you need to have PHP and - Composer installed.
🚀 Usage
Install
composer require bangadam/nik-parser-php
Example
<?php use NikParser\NikParser; require __DIR__.'/vendor/autoload.php'; try { $nikParser = new NikParser("3509211202010006"); var_dump($nikParser->getAll()); } catch (\Exception $e) { echo $e->getMessage(); }
📝 License
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Muhammad Adam