netkod-bilisim/tr-identity-number-verification

检查土耳其身份证号码。

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

This package is auto-updated.

Last update: 2024-09-29 14:32:09 UTC


README

Latest Stable Version Total Downloads Dependents License License Scrutinizer StyleCI

简介

检查土耳其身份证号码。

要求

  • PHP >= 7.4
  • PHP soap 扩展

安装

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

使用

use NetkodBilisim\TrIdentityNumberVerification;

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

许可证

此软件包是开源软件,根据 MIT 许可证 许可。