All Projects → bachors → Cek-NIK-KTP

bachors / Cek-NIK-KTP

Licence: MIT license
Data yang dihasilkan bersumber dari data.kpu.go.id

Programming Languages

PHP
23972 projects - #3 most used programming language

Cek-NIK-KTP

Data yang dihasilkan bersumber dari data.kpu.go.id

Usage

<?php

// include data-kpu.php require('data-kpu.php');

// memasukan NIK $nik = '1234xxxxx';

// menjalankan proses curl dan return array $data = cek_ktp($nik); // print_r($data);

// merubah data array menjadi json echo json_encode($data);

?>

DEMO

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].