rokde / vat-calculator-php
Tax calculator for new reverse-charge processing within the european union.
Installs: 403
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/rokde/vat-calculator-php
Requires (Dev)
- phpunit/phpunit: ~4.4
This package is auto-updated.
Last update: 2020-08-22 21:11:20 UTC
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);