Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 294 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 294 Bytes

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