yireo/magento-eu-vat-rates-library

Load EU tax rates from https://github.com/yireo/Magento_EU_Tax_Rates

1.0.0 2018-12-11 08:59 UTC

This package is auto-updated.

Last update: 2024-04-22 00:26:53 UTC


README

This library offers a client to load EU tax rates via a feed, including parsing and caching:

use Yireo\MagentoEuVatRates\Rates;
$rates = (new MagentoRates)->getRatesTable();

Installation

To install this library, use composer:

composer require yireo/magento-eu-vat-rates-library

Testing

This library ships with some unit tests. However, these tests rely on an internal Yireo library to validate actual rates.