namdevel/cek-nik

Cek Nik KTP Indonesia

1.0 2020-03-19 08:59 UTC

This package is auto-updated.

Last update: 2024-09-14 09:21:04 UTC


README

GitHub issues GitHub forks GitHub stars GitHub license Twitter

Data yang dihasilkan merupakan hasil pencarian dari website KPU.GO.ID.

Usage

<?php
require('nik.class.php');

use NAMDEVEL\Ktp\Nik;
$nik = new Nik('36740749069XXXXX');
echo $nik->search();

Output

[{"nik":"327104650493****","nama":"NAMA SAMARAN","jenisKelamin":"P","tps":30,"namaPropinsi":"LAMPUNG"...

License

This open-source software is distributed under the MIT License. See LICENSE.md

Contributing

All kinds of contributions are welcome - code, tests, documentation, bug reports, new features, etc...

  • Send feedbacks.
  • Submit bug reports.
  • Write/Edit the documents.
  • Fix bugs or add new features.