x-adam / tr-tax-number-verification
Turkey tax number verification class.
v4.2.0
2021-01-19 11:28 UTC
Requires
- php: >=7.4
- ext-json: *
- guzzlehttp/guzzle: ^7.2
- x-adam/tr-citizen-number-validation: >=4
- x-adam/tr-string: ^3.0
- x-adam/tr-tax-number-validation: >=4
This package is auto-updated.
Last update: 2025-03-19 18:48:34 UTC
README
Introduction
Turkey tax number verification class.
Requirements
- PHP >=7.4
- PHP Curl extension have to be loaded.
Other than that, this library has no requirements.
Install
$ composer require x-adam/tr-tax-number-verification:"~4"
Example Usage
include "./vendor/autoload.php"; $result = XAdam\TrTaxNumberVerification::verify(1, '3331970048', '035267'); var_dump($result); # Result: bool(false)
License
This package is open source software licensed under the MIT license.