netkod-bilisim / tr-tax-number-validation
It checks that the TR Tax Number is in the correct format.
Package info
github.com/netkod-bilisim/tr-tax-number-validation
pkg:composer/netkod-bilisim/tr-tax-number-validation
v1.0.0
2023-07-29 15:41 UTC
Requires
- php: >=7.4
This package is auto-updated.
Last update: 2026-03-01 00:42:36 UTC
README
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.