rokde / vat-calculator-php
此包已被废弃且不再维护。未建议替代包。
欧盟新反向计税处理中的税计算器。
0.1.1
2015-02-17 15:02 UTC
Requires (Dev)
- phpunit/phpunit: ~4.4
This package is auto-updated.
Last update: 2020-08-22 21:11:20 UTC
README
欧盟新反向计税处理中的税计算器。
查看同系列项目 javascript。
安装
在您的 composer.json 中添加以下行
"require": { "rokde/vat-calculator-php": "~0.1" }
使用方法
$calculator = \Rokde\VatCalculator\Examples\MossReverseCharge2015Europe::getCalculator('DE'); $country = "AT"; $company = false; /* @var \Rokde\VatCalculator\Price price */ $price = $calculator->calculate($country, $company);