netkod-bilisim/tr-identity-number-verification

It checks the TR Identity Number.

Installs: 83

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/netkod-bilisim/tr-identity-number-verification

v1.0.0 2023-07-29 11:53 UTC

This package is auto-updated.

Last update: 2025-10-29 03:32:53 UTC


README

Latest Stable Version Total Downloads Dependents License License Scrutinizer StyleCI

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.