library vat-calculator-php
Tax calculator for new reverse-charge processing within the european union.
rokde/vat-calculator-php
Tax calculator for new reverse-charge processing within the european union.
- Wednesday, September 20, 2017
- by rokde
- Repository
- 2 Watchers
- 4 Stars
- 178 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 3 Versions
- 5 % Grown
vat-calculator for PHP
, (*1)
Tax calculator for new reverse-charge processing within the european union., (*2)
See the sister project in javascript., (*3)
Installation
Add to your composer.json following lines, (*4)
"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);
dev-master
9999999-dev
Tax calculator for new reverse-charge processing within the european union.
Sources
Download
MIT
The Development Requires
by
Robert Kummer
0.1.1
0.1.1.0
Tax calculator for new reverse-charge processing within the european union.
Sources
Download
MIT
The Development Requires
by
Robert Kummer
0.1.0
0.1.0.0
Tax calculator for new reverse-charge processing within the european union.
Sources
Download
MIT
The Development Requires
by
Robert Kummer