x-adam/tr-tax-number-verification

Turkey tax number verification class.

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

Introduction

Turkey tax number verification class.

Requirements

  1. PHP >=7.4
  2. 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.