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
Requires
- php: >=7.4
This package is auto-updated.
Last update: 2025-03-29 01:12:05 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.