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