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: 2024-05-17 04:53:55 UTC


README

Latest Stable Version Total Downloads Dependents License

68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f582d4164616d2f74722d7461782d6e756d6265722d76616c69646174696f6e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572 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.