Skip to content
This repository has been archived by the owner on Nov 17, 2019. It is now read-only.

ruudk/VATBundle

Repository files navigation

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(),