netkod-bilisim / tr-identity-number-verification
It checks the TR Identity Number.
v1.0.0
2023-07-29 11:53 UTC
Requires
- php: >=7.4
- ext-soap: *
- netkod-bilisim/tr-identity-number-validation: ^1
- netkod-bilisim/tr-string: ^1
This package is auto-updated.
Last update: 2025-03-29 01:07:07 UTC
README
Introduction
It checks the TR Identity Number.
Requirements
- PHP >= 7.4
- PHP soap extension
Install
composer require netkod-bilisim/tr-identity-number-verification:"^1"
Usage
use NetkodBilisim\TrIdentityNumberVerification; $result = TrIdentityNumberVerification::verify(12345678901, 1990, 'Alparslan', 'YILMAZ'); var_dump($result); # Result: bool(false)
License
This package is open source software licensed under the MIT License.