2017 © Pedro Peláez
 

library vat-calculator-php

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

image

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

The README.md

vat-calculator for PHP

Latest Stable Version Latest Unstable Version License Total Downloads, (*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);

The Versions

20/09 2017

dev-master

9999999-dev

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

  Sources   Download

MIT

The Development Requires

by Robert Kummer

17/02 2015

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

16/01 2015

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