x-adam / tr-tax-number-verification

土耳其税号验证类。

v4.2.0 2021-01-19 11:28 UTC

This package is auto-updated.

Last update: 2024-09-19 17:42:52 UTC


README

Latest Stable Version Total Downloads Dependents License

StyleCI

简介

土耳其税号验证类。

需求

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

除此之外,该库没有其他需求。

安装

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

示例用法

include "./vendor/autoload.php";

$result = XAdam\TrTaxNumberVerification::verify(1, '3331970048', '035267');
var_dump($result);    # Result: bool(false)

许可证

此包是开源软件,许可协议为MIT许可证