kangyasin/ktp-nik-convert
最新稳定版本:v1.0
Composer 安装命令:
composer require kangyasin/ktp-nik-convert
包简介
Cek Nomor induk kewarganegaraan Indonesia untuk jenis kelamin, tanggal lahir dan alamat/daerah tinggal berdasarkan nomor NIK KTP
README 文档
README
Save time and take advantage of a set of dynamical, ready-to-use. Found this package helpful ? Please consider supporting my work!
Package laravel Check National Identity Number to Identity gender, birth of date, and region in Indonesia.
Table of Contents
Installation
You can install the package via composer:
composer require kangyasin/ktp-nik-convert
Usage
<?php use Kangyasin\KTPNIKConvert\NikConvert; $nik = '6408132511960005'; $nikConvert= new NikConvert(); return $nikConvert->convert($nik);
Response
{
"nik": "6408132511960005",
"province": {
"code": "64",
"name": "Kalimantan Timur"
},
"city": {
"code": "08",
"name": "Kabupaten Kutai Timur"
},
"district": {
"code": "13",
"name": "Teluk Pandan"
},
"date_of_birth": "25-11-1996",
"gender": "Male"
}
Documentation
Please refer to our extensive Wiki documentation for more information.
统计信息
- 总下载量: 507
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-14
