PHP code example of rocketfellows / at-vat-format-validator
1. Go to this page and download the library: Download rocketfellows/at-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 / at-vat-format-validator example snippets
$validator = new ATVatFormatValidator();
$validator->isValid('ATU12345678');
$validator->isValid('U12345678');
$validator = new ATVatFormatValidator();
$validator->isValid('AT99999999');
$validator->isValid('U123456789');