Skip to content

A very simple, light weight PHP client for validating EU VAT numbers against the central europa.eu database.

License

Notifications You must be signed in to change notification settings

aran112000/EU-VAT-Number-Validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EU VAT Number Validation (PHP)

A very simple, light weight PHP client for validating EU VAT numbers against the central europa.eu database.

Here's a very simple example of this client in action:

$vat_number = '123 4567 89'; // The VAT number you wish to lookup
$country_code = 'GB';

$details = (new vatRegistration)->checkVat($vat_number, $country_code);

var_dump($details)

About

A very simple, light weight PHP client for validating EU VAT numbers against the central europa.eu database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages