netkod-bilisim/tr-tax-number-validation

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

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

This package is auto-updated.

Last update: 2025-03-29 01:12:05 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.