Skip to content

Instantly share code, notes, and snippets.

@ozkanozcan
ozkanozcan / tax_validation.php
Created December 26, 2023 18:40 — forked from emir/tax_validation.php
PHP Vergi Numarası Doğrulama
<?php
/**
* This method logically validates Turkish VAT number
*
* @param string $taxNumber
* @return bool
*/
public function validateTaxNumber(string $taxNumber): bool
{