x-adam / tr-citizen-number-verification

土耳其公民号码(TC No)验证类。

v4.0.0 2020-12-27 16:21 UTC

This package is auto-updated.

Last update: 2024-09-28 01:19:32 UTC


README

Latest Stable Version Total Downloads Dependents License

StyleCI

简介

土耳其公民号码(TC No)验证类。它使用tckimlik.nvi.gov.tr服务进行工作。

要求

  1. PHP >=7.4
  2. PHP SOAP 扩展必须被加载。

除此之外,这个库没有其他要求。

安装

$ composer require x-adam/tr-citizen-number-verification:"~4"

示例用法

include "./vendor/autoload.php";

$result = XAdam\TrCitizenNumberVerification::verify(12345678901, 1992, 'Mehmet', 'ÖĞMEN');
var_dump($result);    # Result: bool(false)

许可证

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