The Home for
Magento Excellence

Explore. Discover. Elevate. #magento

162
Modules Tested
98
Ready for Magento 2.4
64
Need Your Help
Potentially Abandoned v1.2.0
Has Build Issues
May need fixes before use

Elgentos' EU Tax Rates Importer

elgentos/module-eu-tax-rates

A module that makes it possible to import a CSV file containing all the tax rates for all countries in the EU.

43,789
Downloads
Below average
9
GitHub Stars
Below average
3y ago
Last Release
0
Open Issues

Quality Score

1/5
Installs via Composer
DI compiles correctly
Templates compile
PHPStan

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.2.0 on Magento 2.4.8-p3
Dec 15, 2025
v1.2.0 on Magento 2.4.8-p2
Aug 14, 2025
v1.2.0 on Magento 2.4.8
May 17, 2025
v1.2.0 on Magento 2.4.7-p4
Feb 15, 2025
v1.2.0 on Magento 2.4.7-p3
Oct 15, 2024
v1.2.0 on Magento 2.4.7-p2
Sep 7, 2024

+4 older tests

GitHub Repository
Source code & docs
Packagist
Version history
Issues & Support
Get help or report bugs

This module needs community help

Dependency injection compilation fails. Your contribution could help the entire Magento community!

Help Fix This

Share This Module's Status

Elgentos' EU Tax Rates Importer Magento compatibility status badge

README

Loaded from GitHub

Elgentos' EU Tax Rates Importer

This Magento 2 module makes it possible to import a CSV file containing all the tax rates for all countries in the EU. It will also create the related tax rules used in Magento with some basic configuration.

Rates

You can find the current rates here.

Installation

This package can be installed using Composer:

composer require elgentos/module-eu-tax-rates
bin/magento module:enable Elgentos_EuTaxRates
bin/magento setup:upgrade

Usage

To use this script, you can run the following command on your command line:

bin/magento elgentos:eutaxes:create [--reset=1] [--file=path/to/file.csv]

When setting the reset option, the existing tax rates and tax rules will be removed. If not set, only non-existing tax rates will be imported and the tax rule will be updated as well.

If you have a custom rates file to import, you can set that using the file option and add the CSV file as its value.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

OSL-3.0

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.

Back to All Modules