PHPackages                             storetown/module-tax-sync - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. storetown/module-tax-sync

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

storetown/module-tax-sync
=========================

Automatic EU VAT rate synchronization for Magento 2 — imports and updates all European tax rates including automatic Tax Rule creation. Free open-source under MIT.

1.3.0(3w ago)00MITPHPPHP ^8.1

Since May 14Pushed 3w agoCompare

[ Source](https://github.com/storetown-media/stm-magento-2-eu-tax-rate-sync)[ Packagist](https://packagist.org/packages/storetown/module-tax-sync)[ Docs](https://github.com/storetown-media/stm-magento-2-eu-tax-rate-sync)[ RSS](/packages/storetown-module-tax-sync/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (8)Versions (2)Used By (0)

Storetown EU Tax Rate Sync for Magento 2
========================================

[](#storetown-eu-tax-rate-sync-for-magento-2)

[![Storetown Media](view/adminhtml/web/images/storetown-logo.png)](view/adminhtml/web/images/storetown-logo.png)

**Automatische Synchronisierung aller EU-Mehrwertsteuersätze für Magento 2**

[![Magento 2](https://camo.githubusercontent.com/360e2de1fd9c704bed173bb02c7cd39ec1713f893d985460f9493be3e29b4e0f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d6167656e746f2d322e342e782d6f72616e67652e737667)](https://magento.com)[![PHP](https://camo.githubusercontent.com/7535257ca228724c93658bd52583d4e47a9bab02c356abf6e54c1d575f2151e6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e312532422d626c75652e737667)](https://php.net)[![License: MIT](https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667)](LICENSE)[![Free Forever](https://camo.githubusercontent.com/ca17578fa1b81c46814f649da9c1b80fd12f5ad19959357280a3e8040bbdebdd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f50726963652d46726565253230466f72657665722d627269676874677265656e2e737667)](https://www.storetown-media.de/eu-tax-rate-sync-fuer-magento-2-community/)[![Hyvä](https://camo.githubusercontent.com/0e1677f51304e8eb9e464ba81c7153fcea2d67d150680dfcdcae8e6b0c53d159/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4879762543332541342d436f6d70617469626c652d4646364233352e737667)](https://www.hyva.io/)[![Made in Germany](https://camo.githubusercontent.com/a462aed41dd6d18c07d18968ac8eb5728104f88f1e22264ddc7c381e5dfc90fb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d616465253230696e2d4765726d616e792d626c61636b2e737667)](https://www.storetown-media.de/)

[📦 **Packagist**](https://packagist.org/packages/storetown/module-tax-sync) · [📚 **Produktseite**](https://www.storetown-media.de/eu-tax-rate-sync-fuer-magento-2-community/) · [💼 **Storetown-Media Org**](https://github.com/storetown-media)

---

🇪🇺 Überblick
------------

[](#-überblick)

Diese kostenlose Extension importiert und aktualisiert automatisch alle EU-Mehrwertsteuersätze in Ihrem Magento 2 Shop. Nie wieder manuelle Pflege von Steuersätzen bei Änderungen!

### ✨ Features

[](#-features)

- **27 EU-Länder** + Schweiz, Norwegen und Großbritannien
- **Standard- und ermäßigte Sätze** werden separat importiert
- **Automatische Tax Rules** werden erstellt und mit den Rates verknüpft
- **Cron-basierte Synchronisierung** (täglich, wöchentlich oder monatlich)
- **E-Mail-Benachrichtigungen** bei Änderungen
- **Admin-Benachrichtigungen** im Magento Backend
- **CLI-Befehle** für manuelle Synchronisierung
- **Fallback-Daten** falls die API nicht erreichbar ist

---

📦 Installation
--------------

[](#-installation)

### Via Composer (empfohlen)

[](#via-composer-empfohlen)

```
composer require storetown/module-tax-sync
bin/magento module:enable Storetown_TaxSync
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush
```

### Manuelle Installation

[](#manuelle-installation)

1. Erstellen Sie den Ordner `app/code/Storetown/TaxSync`
2. Kopieren Sie alle Dateien in diesen Ordner
3. Führen Sie folgende Befehle aus:

```
bin/magento module:enable Storetown_TaxSync
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush
```

---

⚙️ Konfiguration
----------------

[](#️-konfiguration)

Navigieren Sie zu **Stores → Configuration → Storetown → EU Tax Rate Sync**

### General Settings

[](#general-settings)

OptionBeschreibungEnable Auto SyncAktiviert die automatische Cron-SynchronisierungSync FrequencyTäglich, Wöchentlich oder MonatlichData SourceAPI-Quelle (EU VAT Rates API empfohlen)Include Non-EUCH, NO, GB mit einbeziehen### Tax Rules

[](#tax-rules)

OptionBeschreibungAuto-Create Tax RulesErstellt automatisch Tax Rules für jeden SteuersatzCustomer Tax ClassesKundengruppen für die RulesProduct Tax ClassesProduktklassen für die Rules### Notifications

[](#notifications)

OptionBeschreibungEmail NotificationsE-Mail bei Änderungen sendenNotification EmailEmpfänger-AdresseAdmin NotificationBenachrichtigung im Admin-Panel---

🖥️ CLI-Befehle
--------------

[](#️-cli-befehle)

### Manuelle Synchronisierung

[](#manuelle-synchronisierung)

```
bin/magento tax:sync:run
```

Mit ausführlicher Ausgabe:

```
bin/magento tax:sync:run -vvv
```

### Status anzeigen

[](#status-anzeigen)

```
bin/magento tax:sync:status
```

---

🌍 Unterstützte Länder
---------------------

[](#-unterstützte-länder)

### EU-Mitgliedstaaten (27)

[](#eu-mitgliedstaaten-27)

LandCodeStandardErmäßigtÖsterreichAT20%10%BelgienBE21%6%BulgarienBG20%9%KroatienHR25%13%ZypernCY19%5%TschechienCZ21%12%DänemarkDK25%-EstlandEE22%9%FinnlandFI25,5%14%FrankreichFR20%5,5%DeutschlandDE19%7%GriechenlandGR24%13%UngarnHU27%18%IrlandIE23%13,5%ItalienIT22%10%LettlandLV21%12%LitauenLT21%9%LuxemburgLU17%8%MaltaMT18%7%NiederlandeNL21%9%PolenPL23%8%PortugalPT23%13%RumänienRO19%9%SlowakeiSK23%10%SlowenienSI22%9,5%SpanienES21%10%SchwedenSE25%12%### Nicht-EU (optional)

[](#nicht-eu-optional)

LandCodeStandardErmäßigtSchweizCH8,1%2,6%GroßbritannienGB20%5%NorwegenNO25%15%---

📋 Anforderungen
---------------

[](#-anforderungen)

- Magento 2.4.x
- PHP 8.1 oder höher
- Cron muss konfiguriert sein (für Auto-Sync)

---

🔧 Fehlerbehebung
----------------

[](#-fehlerbehebung)

### Logs prüfen

[](#logs-prüfen)

```
tail -f var/log/tax_sync.log
```

### Cache leeren

[](#cache-leeren)

```
bin/magento cache:flush
```

### DI neu kompilieren

[](#di-neu-kompilieren)

```
rm -rf generated/code/*
bin/magento setup:di:compile
```

---

🐛 Bug Reports &amp; Feature Requests
------------------------------------

[](#-bug-reports--feature-requests)

- **Bug Report:** [Issue eröffnen mit Bug-Report-Template](../../issues/new?template=bug_report.md)
- **Feature Request:** [Issue eröffnen mit Feature-Request-Template](../../issues/new?template=feature_request.md)
- **Frage oder Diskussion:** [GitHub Discussions](../../discussions)
- **Sicherheitsproblem (kritisch):** Bitte **NICHT** als Issue, sondern direkt an **** — siehe [SECURITY.md](SECURITY.md)

Pull Requests sind willkommen! Siehe [CONTRIBUTING.md](CONTRIBUTING.md).

---

💼 Kommerzielle Schwester-Extensions
-----------------------------------

[](#-kommerzielle-schwester-extensions)

Diese Extension ist **dauerhaft kostenlos**. Storetown-Media finanziert die Entwicklung über **kommerzielle Magento-2-Extensions**:

ExtensionWas sie löstAb[⚡ Smart One Page Checkout](https://github.com/storetown-media/stm-magento-2-smart-one-page-checkout)Checkout auf 1 Seite, 8 Payment-Provider, mobile-optimiert**389 €**[🔐 B2B Register](https://github.com/storetown-media/stm-magento-2-b2b-customer-registration)B2B-Kundenfreischaltung mit Admin-Approval**149 €**[📎 Attachment Pro](https://github.com/storetown-media/stm-magento-2-product-attachments-pro)PDF-Datenblätter &amp; Zertifikate am Produkt mit Auto-Zuweisung**149 €**[💰 Surcharge Max](https://github.com/storetown-media/stm-magento-2-surcharge-extension)Zuschnitt-, Sperrgut- &amp; Kategorie-Zuschläge transparent im Checkout**99 €**Hub: [storetown-media.de/produkt-kategorie/downloads/magento-extensions/](https://www.storetown-media.de/produkt-kategorie/downloads/magento-extensions/)

---

📄 Changelog
-----------

[](#-changelog)

Siehe [CHANGELOG.md](CHANGELOG.md)

---

📜 Lizenz
--------

[](#-lizenz)

Diese Extension ist unter der [MIT-Lizenz](LICENSE) veröffentlicht — frei nutzbar, frei modifizierbar, kommerzielle Nutzung erlaubt.

---

🏢 Über Storetown Media
----------------------

[](#-über-storetown-media)

**Storetown Media** ist eine E-Commerce Agentur aus Hamburg/Tornesch, spezialisiert auf:

- 🛒 **Magento 2** Entwicklung &amp; Betreuung
- 🛍️ **Shopware 6** Implementierung
- 🌐 **WooCommerce** Lösungen
- 🔗 **ERP-Integrationen** (SAP, Microsoft Dynamics, Oracle NetSuite)

### Kontakt

[](#kontakt)

- 🌐 Website: [www.storetown-media.de](https://www.storetown-media.de)
- 📧 E-Mail:
- 📍 Standort: Hamburg / Tornesch, Deutschland

---

**Made with ❤️ in Hamburg**

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance94

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

26d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b9fd2cee37b6480f7dfeedc85da1363a70544458735e405f5a2c90ac23301956?d=identicon)[stm-hamburg](/maintainers/stm-hamburg)

---

Top Contributors

[![stm-hamburg](https://avatars.githubusercontent.com/u/69461708?v=4)](https://github.com/stm-hamburg "stm-hamburg (1 commits)")

---

Tags

automatic-tax-syncfree-extensionmagentomagento2tax-ratestax-rulestax-syncvat-ratesvatmagento2taxmagento 2euEuropeadobe commercehyvamagento extensionVAT ratesMwStMehrwertsteuertax-ratessteuersaetzetax-synctax-rulesvat-compliance

### Embed Badge

![Health badge](/badges/storetown-module-tax-sync/health.svg)

```
[![Health](https://phpackages.com/badges/storetown-module-tax-sync/health.svg)](https://phpackages.com/packages/storetown-module-tax-sync)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1131.8M12](/packages/mollie-magento2)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68353.9k](/packages/run-as-root-magento2-prometheus-exporter)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1010.0k22](/packages/loki-magento2-components)[baldwin/magento2-module-url-data-integrity-checker

Magento 2 module which can find potential url related problems in your catalog data

282806.2k](/packages/baldwin-magento2-module-url-data-integrity-checker)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50390.4k20](/packages/dotdigital-dotdigital-magento2-extension)[mage-os/module-admin-activity-log

The Admin Activity extension makes it easy to track all admin activity with comprehensive audit logging.

293.3k](/packages/mage-os-module-admin-activity-log)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
