x-adam/tr-tax-number-validation

Turkey tax number validation class.

Installs: 867

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/x-adam/tr-tax-number-validation

v4.0.0 2020-12-16 23:16 UTC

This package is auto-updated.

Last update: 2025-10-17 07:45:52 UTC


README

Latest Stable Version Total Downloads Dependents License

StyleCI

Introduction

Turkey tax number validation class.

Requirements

PHP >=7.4. Other than that, this library has no requirements.

Install

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

Example Usage

include "./vendor/autoload.php";

$result = \XAdam\TrTaxNumberValidation::validate('1234567891');
var_dump($result);

# Result: bool(false)

License

This package is open source software licensed under the MIT license.