x-adam/tr-citizen-number-verification
Composer 安装命令:
composer require x-adam/tr-citizen-number-verification
包简介
Turkey citizen number (TC No) verification class.
README 文档
README
Introduction
Turkey citizen number (TC No) verification class. It uses the tckimlik.nvi.gov.tr service to work.
Requirements
- PHP >=7.4
- PHP SOAP extension have to be loaded.
Other than that, this library has no requirements.
Install
$ composer require x-adam/tr-citizen-number-verification:"~4"
Example Usage
include "./vendor/autoload.php"; $result = XAdam\TrCitizenNumberVerification::verify(12345678901, 1992, 'Mehmet', 'ÖĞMEN'); var_dump($result); # Result: bool(false)
License
This package is open source software licensed under the MIT license.
统计信息
- 总下载量: 269
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-12-15