prometee/vies-client-bundle
最新稳定版本:v3.0.0
Composer 安装命令:
composer require prometee/vies-client-bundle
包简介
European VAT Information Exchange System SOAP client bundle
README 文档
README
European VAT Information Exchange System SOAP client
This library is designed to handle validation trough VIES Soap WebService.
See http://ec.europa.eu/taxation_customs/vies/ for more information.
Installation
Install using Composer :
$ composer require prometee/vies-client-bundle
Usage
Use it as a validation constraint in an Entity or a Model class.
You can also use it as a FormType field constraint.
use Prometee\VIESClientBundle\Constraints\VatNumber; class User { #[VatNumber(message: "My custom error message")] private $vatNumber; }
统计信息
- 总下载量: 36.05k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-29