定制 kangyasin/ktp-nik-convert 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Latest Stable Version Total Downloads Coverage Status License: MIT

Laravel API BNI by Kang Yasin

Save time and take advantage of a set of dynamical, ready-to-use. Found this package helpful ? Please consider supporting my work!

Donate Donate

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
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-07-14