PHP Package: ibericode/vat
A PHP library for VAT number validation and VAT rate lookup.
Package Description
The ibericode/vat PHP library provides functionality for validating VAT numbers and looking up VAT rates. It offers a comprehensive set of tools for managing VAT-related tasks efficiently. With this library, developers can easily integrate VAT validation and rate lookup features into their PHP applications, ensuring compliance and accuracy in financial transactions.
Download Latest Version: 2.0.10

Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/ibericode/vat/2.0.10/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';
require_once 'libs/php-fig/log/3.0.2/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';
use Ibericode\Vat\Validator;
use Ibericode\Vat\RateLookup;
$obj = new Validator();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.