rokde/vat-calculator-php
最新稳定版本:0.1.1
Composer 安装命令:
composer require rokde/vat-calculator-php
包简介
Tax calculator for new reverse-charge processing within the european union.
README 文档
README
Tax calculator for new reverse-charge processing within the european union.
See the sister project in javascript.
Installation
Add to your composer.json following lines
"require": { "rokde/vat-calculator-php": "~0.1" }
Usage
$calculator = \Rokde\VatCalculator\Examples\MossReverseCharge2015Europe::getCalculator('DE'); $country = "AT"; $company = false; /* @var \Rokde\VatCalculator\Price price */ $price = $calculator->calculate($country, $company);
统计信息
- 总下载量: 403
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-01-16