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