PHP code example of rocketfellows / ru-vat-format-validator

1. Go to this page and download the library: Download rocketfellows/ru-vat-format-validator library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

rocketfellows / ru-vat-format-validator example snippets


$validator = new RUVatFormatValidator();
$validator->isValid('1234567848');
$validator->isValid('770970230389');

$validator = new RUVatFormatValidator();
$validator->isValid('1234567841');
$validator->isValid('770970230381');
$validator->isValid('RU1649041321');
$validator->isValid('RU164904132111');
$validator->isValid('1649041320280');
$validator->isValid('16490413202');
$validator->isValid('164904132');
$validator->isValid('');