x-adam/tr-tax-number-validation

Turkey tax number validation class.

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

This package is auto-updated.

Last update: 2025-03-17 06:33:31 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.