Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

rokde/vat-calculator-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vat-calculator for PHP

Latest Stable Version Latest Unstable Version License Total Downloads

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);

About

Tax calculator for new reverse-charge processing within the european union.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages