/VATBundle

A Symfony2 bundle to check a European VAT number

Primary LanguagePHPMIT LicenseMIT

VATBundle

A Symfony2 bundle to check a European VAT number

Installation

Using composer.json, add this to your require list:

"sparkling/vat-bundle": "~0.1"

In your AppKernel.php, add this to your $bundles array:

new Sparkling\VATBundle\SparklingVATBundle(),