PHPackages                             oxid-solution-catalysts/exportimport-tools - 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. [Database &amp; ORM](/categories/database)
4. /
5. oxid-solution-catalysts/exportimport-tools

ActiveOxideshop-component[Database &amp; ORM](/categories/database)

oxid-solution-catalysts/exportimport-tools
==========================================

OXID eSales extension for oe-console to im- and export the database

v1.0.1(2y ago)1498GPL-3.0PHP

Since Sep 22Pushed 2y ago7 watchersCompare

[ Source](https://github.com/OXIDprojects/exportimport-tools)[ Packagist](https://packagist.org/packages/oxid-solution-catalysts/exportimport-tools)[ Docs](https://www.oxid-esales.com)[ RSS](/packages/oxid-solution-catalysts-exportimport-tools/feed)WikiDiscussions b-6.5.x Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (3)Used By (0)

OE-Console Im- and Export
=========================

[](#oe-console-im--and-export)

Extension for OXID OE-Console to Im- and Export the Database via commandline

Documentation
-------------

[](#documentation)

this file

Branch Compatibility
--------------------

[](#branch-compatibility)

- b-6.5.x branch is compatible with OXID eShop compilation 6.2, 6.3, 6.4, 6.5

DEV-System
----------

[](#dev-system)

- please use for developing an OXID eShop compilation 6.5

Installation
------------

[](#installation)

Installation via composer

```
composer require oxid-solution-catalysts/exportimport-tools ^1.0.0

```

Usage
-----

[](#usage)

### Configuration

[](#configuration)

Use a configuration YAML e.g. dump.yaml and save it here: var/configuration/exportimport-tools/dump.yaml

Contents of the configuration YAML

```
dumpFileName: dump.sql
onlyTables:
  - oxarticles
  - oxartextends
anonymizeRowsInTables:
  oxuser:
    - oxfname
    - oxlname
  oxorder:
    - oxbillfname
    - oxbilllname
    - oxdelfname
    - oxdellname

```

- "dumpFileName": Name of the dumpfile
- "onlyTables": export only the tables you want. Leave emtpy, if you want dump all tables
- "anonymizeRowsInTables": possibility to anonymize Data. This is good, if you want use the database in test-environments. Leave emtpy, if you want dont want anonymize Data.

### Dump or export Data

[](#dump-or-export-data)

```
vendor/bin/oe-console osc:db:export --yaml=dump.yaml

```

The dump is created in the /source/export/ directory. The name of the dump is the defined "dumpFileName" from the Configuration YAML.

The --yaml option contains the name of the configuration file, which is located in the directory: var/configuration/exportimport-tools/

### Import Data

[](#import-data)

```
vendor/bin/oe-console osc:db:import --yaml=dump.yaml

```

The dump is read from the /source/import/ directory. The name of the dump is the defined "dumpFileName" from the Configuration YAML

The --yaml option contains the name of the configuration file, which is located in the directory: var/configuration/exportimport-tools/

Running tests
-------------

[](#running-tests)

### Run

[](#run)

Code Style

```
composer phpcs --working-dir=extensions/osc/exportimport-tools

```

PHPmd

```
composer phpmd --working-dir=extensions/osc/exportimport-tools

```

PHPStan

```
composer phpstan --working-dir=extensions/osc/exportimport-tools

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

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

Every ~5 days

Total

2

Last Release

963d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1374817?v=4)[oxid](/maintainers/oxid)[@OxID](https://github.com/OxID)

---

Top Contributors

[![mariolorenz](https://avatars.githubusercontent.com/u/5525363?v=4)](https://github.com/mariolorenz "mariolorenz (19 commits)")

---

Tags

exportOXIDimportmoduleseshopoe-console

###  Code Quality

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/oxid-solution-catalysts-exportimport-tools/health.svg)

```
[![Health](https://phpackages.com/badges/oxid-solution-catalysts-exportimport-tools/health.svg)](https://phpackages.com/packages/oxid-solution-catalysts-exportimport-tools)
```

###  Alternatives

[ddeboer/data-import

Import data from, and export data to, a range of file formats and media

5604.3M9](/packages/ddeboer-data-import)[portphp/portphp

Data import/export workflow

2702.9M22](/packages/portphp-portphp)[rah/danpu

Zero-dependency MySQL dump library for easily exporting and importing databases

64401.8k10](/packages/rah-danpu)[cyber-duck/laravel-excel

This package provides a way to export an Eloquent collection as an excel file and to import a Excel file as an Eloquent collection.

74225.0k](/packages/cyber-duck-laravel-excel)[code-rhapsodie/dataflow-bundle

Data processing framework inspired by PortPHP

1852.8k3](/packages/code-rhapsodie-dataflow-bundle)

PHPackages © 2026

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