Skip to content

Verify the validity of a VAT number against the VIES database

Notifications You must be signed in to change notification settings

fgrijze/checkVAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

checkVAT

Verify the validity of a VAT number against the VIES database

Example

require "checkVAT.inc";

$vatNumber = "NL123456789B01";

if (checkVAT($vatNumber))
	echo "The entered VAT number is valid";
else
	echo "The entered VAT number is not valid";

About

Verify the validity of a VAT number against the VIES database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages