x-adam/tr-citizen-number-validation

Turkey citizen number (TC No) validation class.

v4.0.0 2020-12-15 19:29 UTC

This package is auto-updated.

Last update: 2023-03-16 00:30:08 UTC


README

Latest Stable Version Total Downloads Dependents License

68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f582d4164616d2f74722d636974697a656e2d6e756d6265722d76616c69646174696f6e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572 StyleCI

Introduction

Turkey citizen number (TC No) validation class.

Requirements

PHP >=7.4. Other than that, this library has no requirements.

Install

$ composer require x-adam/tr-citizen-number-validation:"~4"

Example Usage

include "./vendor/autoload.php";

$result = XAdam\TrCitizenNumberValidation::validate(12345678901);
var_dump($result);

# Result: bool(false)

License

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