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
Requires
- php: >=7.0.0
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: ^7.2
- yireo/yireo-eu-vat-rates-library: *
This package is auto-updated.
Last update: 2024-10-22 01:31:09 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.