sparkling/vat-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

A Symfony2 Bundle that checks a european VAT number

Installs: 130 795

Dependents: 2

Suggesters: 0

Security: 0

Stars: 26

Watchers: 3

Forks: 9

Open Issues: 3

Type:symfony-bundle

0.2.1 2018-09-11 13:48 UTC

This package is auto-updated.

Last update: 2019-11-17 15:15:44 UTC


README

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