umitbilgin/tckimlikdogrula

PHP ile TC Kimlik Dogrulama Kutuphanesi

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/umitbilgin/tckimlikdogrula

1.0 2020-02-17 02:32 UTC

This package is auto-updated.

Last update: 2025-12-17 15:56:16 UTC


README

PHP TC Kimlik Numarası Doğrulama Kütüphanesi

Kurulum

composer require umitbilgin/tckimlikdogrula

Kullanımı

require_once __DIR__ . "/vendor/autoload.php";

$dogrula = new \TCKimlikDogrula\TCKimlikDogrula;

if($dogrula->check("11111111111","ÜMİT","BİLGİN","2000")) {
    echo "TC Kimlik Numarası Doğrulandı";
} else {
    echo "TC Kimlik Numarası Hatalı";
}