netkod-bilisim/tr-identity-number-verification

It checks the TR Identity Number.

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

This package is auto-updated.

Last update: 2024-05-29 13:53:40 UTC


README

Latest Stable Version Total Downloads Dependents License License Scrutinizer StyleCI

presentation.png Introduction

It checks the TR Identity Number.

requirement.png Requirements

  • PHP >= 7.4
  • PHP soap extension

inbox.png Install

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

web-coding.png Usage

use NetkodBilisim\TrIdentityNumberVerification;

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

licensing.png License

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