📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Popular Module Actively Maintained vv1.2.5

FireGento MageSetup

firegento/magesetup2

Configures a Magento 2 shop for a specific national market, including Austria, Switzerland, Germany, and more. Streamlines store setup with country-specific configurations.

320,148
Downloads
Above average
122
GitHub Stars
3x above avg
14d ago
Last Release
10
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
4 errors , 137 warnings
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

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

vv1.2.5 on Magento 2.4.8-p3
Jan 28, 2026
vv1.2.4 on Magento 2.4.8-p3
Dec 30, 2025

Share This Module's Status

FireGento MageSetup Magento compatibility status badge

README

Loaded from GitHub

FireGento_MageSetup

Build Status

All Contributors

MageSetup configures a shop for a national market.

Currently supported countries are:

  • Austria (at)
  • Switzerland (ch)
  • Germany (de)
  • Spain (es)
  • France (fr)
  • United Kingdom (gb)
  • Italy (it)
  • Netherlands (nl)
  • Poland (pl)
  • Romania (ro)
  • Russia (ru).

More countries to follow.

Missing your country? Please open a pull request with the necessary configuration for your country and help us support more countries.

Requirements

  • PHP >= 7.2
  • Magento 2.3.* / 2.4.*

Installation

Via composer (recommended)

Please go to the Magento2 root directory and run the following commands in the shell:

composer require firegento/magesetup2
bin/magento module:enable FireGento_MageSetup
bin/magento setup:upgrade
bin/magento magesetup:setup:run <countrycode>

Manually

Please create the directory app/code/FireGento/MageSetup and copy the files from this repository to the created directory. Then run the following commands in the shell:

bin/magento module:enable FireGento_MageSetup
bin/magento setup:upgrade
bin/magento magesetup:setup:run <countrycode>

Support

If you encounter any problems or bugs, please create an issue on GitHub.

Contribution

Any contribution to the development of MageSetup is highly welcome. The best possibility to provide any code is to open a pull request on GitHub.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

Developer

FireGento Team

Maintainer

  • @sprankhub
  • @frostblogNet
  • @Schrank

Licence

GNU General Public License, version 3 (GPLv3)

Copyright

(c) 2015 FireGento Team

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.