namdevel/cek-nik

Cek Nik KTP Indonesia

Installs: 40

Dependents: 0

Suggesters: 0

Security: 0

Stars: 20

Watchers: 3

Forks: 14

pkg:composer/namdevel/cek-nik

1.0 2020-03-19 08:59 UTC

This package is auto-updated.

Last update: 2025-10-14 11:52:50 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.