dev-master
9999999-dev http://github.com/cba85/eu-vat-ratesA PHP component to grab up-to-date VAT rates for any European member state
MIT
The Requires
- php ~5.6|~7.0
The Development Requires
rates vat europe
A PHP component to grab up-to-date VAT rates for any European member state
A PHP package to grab up-to-date VAT rates for any European Union member state., (*1)
This package uses http://jsonvat.com to obtain its data for the VAT rates., (*2)
Install using Composer :, (*3)
$ composer require cba85/eu-vat-rates dev-master
$rates = new Rates; /** * Get VAT rate of a country */ $rate = $rates->getRate('FR'); /** * Get specific VAT rate of a country */ $rate = $rates->getRate('FR', 'reduced2');
You'll find more examples in the example
folder., (*4)
If VAT rates evolve, change the results expected., (*5)
$ ./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/RatesTest
A PHP component to grab up-to-date VAT rates for any European member state
MIT
rates vat europe