netkod-bilisim/tr-tax-number-validation

It checks that the TR Tax Number is in the correct format.

Installs: 96

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/netkod-bilisim/tr-tax-number-validation

v1.0.0 2023-07-29 15:41 UTC

This package is auto-updated.

Last update: 2025-10-29 03:34:01 UTC


README

Latest Stable Version Total Downloads Dependents License PHP Version Scrutinizer StyleCI

Introduction

It checks that the TR Tax Number is in the correct format.

Requirements

  • PHP >= 7.4

Install

composer require netkod-bilisim/tr-tax-number-validation:"^1"

Usage

use NetkodBilisim\TrTaxNumberValidation;

$result = TrTaxNumberValidation::validate(1234567891);
var_dump($result);

# Result: bool(false)

License

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