1. Go to this page and download the library: Download juy/tccheck library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
$data = array(
'tcno' => 'xxxxxxxxxxx', // T.C. kimlik Numarası (11 haneli ve rakamlardan oluşmaladır)
'isim' => 'XXXXX', // Doğrulanacak kişinin adı, tümü büyük harf (iki isme sahip kişilerin iki ismide yazılmalı)
'soyisim' => 'XXXXX', // Doğrulanacak kişinin soyadı, tümü büyük harf
'dogumyili' => '19xx', // Doğum yılı (4 haneli ve rakamlardan oluşmalıdır)
);
$check = TcCheck::check($data);
var_dump($check);
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.