sparkling/vat-bundle

此包已被 弃用 并不再维护。没有建议的替代包。

一个用于检查欧洲增值税号的Symfony2 Bundle

安装次数: 131,247

依赖者: 2

建议者: 0

安全性: 0

星标: 26

关注者: 3

分支: 9

公开问题: 3

类型: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

一个用于检查欧洲增值税号的Symfony2 Bundle

安装

使用 composer.json,将以下内容添加到你的 require 列表中

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

在你的 AppKernel.php 中,将以下内容添加到你的 $bundles 数组中

new Sparkling\VATBundle\SparklingVATBundle(),