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: 2025-03-16 02:43:26 UTC


README

Latest Stable Version Total Downloads Dependents License

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.