PHPackages                             vever001/dmt\_structure\_export - 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. vever001/dmt\_structure\_export

ActiveDrupal-drush[Utility &amp; Helpers](/categories/utility)

vever001/dmt\_structure\_export
===============================

Drush commands to export D7 site structure.

1463PHPCI failing

Since Aug 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/vever001/dmt_structure_export)[ Packagist](https://packagist.org/packages/vever001/dmt_structure_export)[ RSS](/packages/vever001-dmt-structure-export/feed)WikiDiscussions 7.x-1.x Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Data Migrate Tool - Structure Export
====================================

[](#data-migrate-tool---structure-export)

This project contains Drush command(s) to export a Drupal 7 or Drupal 8 website structure to CSV files. Those CSV files can then be used to build mappings for a website migration.

The `dmt-se:export` command can be used to generate a single export.

The `dmt-se:export-all` command will run all exports and generate CSV files:

- `entity_bundles.csv`: All entity types and bundles (+ several settings)
- `entity_properties.csv`: All entity properties for each entity type and bundle
- `fields.csv`: All field bases
- `modules.csv`: The list of modules
- `taxonomy_terms.csv`: All taxonomy terms (with language\_none/und or EN)

Requirements
============

[](#requirements)

- PHP 5.6 or higher
- Drush 8.1.18 or higher is required:
    - this tool uses [Consolidation\\AnnotatedCommand](https://github.com/consolidation/annotated-command) and [Consolidation\\OutputFormatters](https://github.com/consolidation/output-formatters)

Installation
============

[](#installation)

The recommended way is to use Composer.

You can install this Drush tool:

#### Per drupal instance (recommended)

[](#per-drupal-instance-recommended)

The dmt\_structure\_export folder should go in `DRUPAL_ROOT/drush/Commands` or `DRUPAL_ROOT/../drush/Commands`or `DRUPAL_ROOT/sites/all/drush/Commands`.

Using composer/installers: `composer require composer/installers`

Make sure you have the following in your composer.json's "extra" section:

```
"installer-paths": {
    ...
    "drush/Commands/{$name}": ["type:drupal-drush"]
}

```

Finally: `composer require vever001/dmt_structure_export:8.x-1.x-dev`

#### Or globally

[](#or-globally)

You can install it in your `~/.drush` folder.

- Create a `drush-extensions/Commands` folder in `~/.drush`
- Copy the [example.drushrc.php file](https://github.com/drush-ops/drush/blob/8.x/examples/example.drushrc.php) to `~/.drush` and rename it to `drushrc.php`
- Add and adapt the following:

    - `$options['include'] = array('/path/to/drush-extensions');`
- From `drush-extensions/Commands` run

    ```
    git clone --branch 7.x-1.x https://github.com/vever001/dmt_structure_export.git
    cd dmt_structure_export
    composer install --no-dev
    ```

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 97.5% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/af6c48bc2364d3ab651d073ed09fbb61425c8af65787ad84ad683727e3b2b293?d=identicon)[vever001](/maintainers/vever001)

---

Top Contributors

[![vever001](https://avatars.githubusercontent.com/u/1317919?v=4)](https://github.com/vever001 "vever001 (39 commits)")[![donquixote](https://avatars.githubusercontent.com/u/150032?v=4)](https://github.com/donquixote "donquixote (1 commits)")

### Embed Badge

![Health badge](/badges/vever001-dmt-structure-export/health.svg)

```
[![Health](https://phpackages.com/badges/vever001-dmt-structure-export/health.svg)](https://phpackages.com/packages/vever001-dmt-structure-export)
```

PHPackages © 2026

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