Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 710 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 710 Bytes

Cek Nik KTP Indonesia

PHP CURL License

Example Usage

require('ktp.class.php');

$nik = "xxxxxxxxxxxxxxxxxxxx";
$api = new KTP($nik);
echo $api->check(); // return json output

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.