oxid-professional-services / oxid-modules-config
OXID core and module configurations importer and exporter
Package info
github.com/OXIDprojects/oxid_modules_config
Type:oxideshop-module
pkg:composer/oxid-professional-services/oxid-modules-config
Requires
- oxid-community/moduleinternals: > 1.5
- oxid-esales/oxideshop-ce: ^v6.0.0
- symfony/yaml: ^2.0 || ^3.0
Requires (Dev)
- oxid-community/moduleinternals: ^3.0@alpha
This package is auto-updated.
Last update: 2025-07-18 15:18:35 UTC
README
Tools to export, backup and import OXID eShop modules, module settings, shop settings and module activation. There are 2 ways to use the functionality:
- via OXID console commands
- via a GUI based dashboard in eShop administration area under Service -> Module Configuration Im-/Exporter.
All relevant modules configuration is being used including: Versions, Extended classes, Module classes, Templates, Blocks, Settings and Events.
Install
Install using a local repository
-
Create a local directory for repositories in your project, e.g.
oxideshop/extensions. -
Check-out this module and move it to the directory you just created
-
Add the repository to your project's compser.json, e.g. like this:
"repositories": { "oxid-professional-services/oxid-modules-config": { "type": "path", "url": "extensions/oxps_modulesconfig/" } }
Install from VCS
- Require
oxid-professional-services/oxid-modules-config
Compatibility table
| OXID Eshop Version | OXID Modules Config Version |
|---|---|
| 6.1 | 6.1 |
| 6.2 | Not yet supported |