netkod-bilisim / tr-identity-number-validation
It checks that the TR Identity Number is in the correct format.
Installs: 110
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/netkod-bilisim/tr-identity-number-validation
Requires
- php: >=7.4
This package is auto-updated.
Last update: 2025-10-27 19:30:38 UTC
README
Introduction
It checks that the TR Identity Number is in the correct format.
Requirements
PHP >= 7.4
Install
composer require netkod-bilisim/tr-identity-number-validation
Usage
use NetkodBilisim\TrCitizenNumberValidation; $result = TrCitizenNumberValidation::validate(12345678901); var_dump($result); # Result: bool(false)
License
This package is open source software licensed under the MIT License.