Skip to content

NIK Parser is a package to convert Indonesian citizenship identity number into usefull information

Notifications You must be signed in to change notification settings

bangadam/nik-parser-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nik Parser Php

 

NIK Parser PHP

Github top language Github language count Repository size License Github issues Github forks Github stars

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

 

Back to top

About

NIK Parser is a package to convert Indonesian citizenship identity number into usefull information

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages