Skip to content

netkod-bilisim/tr-identity-number-verification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tr Identity Number Verification

Introduction

It checks the TR Identity Number.

Requirements

  • PHP >= 7.4
  • PHP soap extension

Install

composer require netkod-bilisim/tr-identity-number-verification:"^1"

Usage

use NetkodBilisim\TrIdentityNumberVerification;

$result = TrIdentityNumberVerification::verify(12345678901, 1990, 'Alparslan', 'YILMAZ');
var_dump($result);    # Result: bool(false)

License

This package is open source software licensed under the MIT License.