x-adam/tr-tax-number-validation

Turkey tax number validation class.

Maintainers

Package info

github.com/X-Adam/tr-tax-number-validation

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

Statistics

Installs: 874

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 1

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

This package is auto-updated.

Last update: 2026-02-17 08:29: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.