PHPackages                             morpht/mdt - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. morpht/mdt

ActiveProject[DevOps &amp; Deployment](/categories/devops)

morpht/mdt
==========

Morpht Development Tools

11.2.0(4mo ago)011.8k↓15.1%[3 PRs](https://github.com/morpht/mdt/pulls)GPL-2.0-or-laterPHP

Since Jun 15Pushed 4mo ago10 watchersCompare

[ Source](https://github.com/morpht/mdt)[ Packagist](https://packagist.org/packages/morpht/mdt)[ RSS](/packages/morpht-mdt/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (26)Used By (0)

MDT
===

[](#mdt)

MDT (Morpht Development and Deployment Tool) provides reusable assets for development and deployment of Drupal 11 applications.

Features
--------

[](#features)

- Pre-configured Drupal settings files for various environments (local, CI, Pantheon, etc.)
- GitHub Actions workflows for automated deployment
- Lando development environment setup scripts
- Pantheon integration support

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

[](#installation)

Add this package to your Drupal project:

```
composer require morpht/mdt
```

### Required Configuration

[](#required-configuration)

**Important:** This package needs to be explicitly allowed in your project's `composer.json` to enable scaffolding. You can add this configuration using the following Composer command:

```
composer config extra.drupal-scaffold.allowed-packages --merge --json '["morpht/mdt"]'
```

Alternatively, you can manually add it to your project's `composer.json`:

```
{
    "extra": {
        "drupal-scaffold": {
            "allowed-packages": [
                "morpht/mdt"
            ]
        }
    }
}
```

Without this configuration, the scaffolding features will not work and configuration files will not be copied to your project.

Usage
-----

[](#usage)

Once installed, MDT will scaffold various configuration files into your project using Drupal's composer-scaffold plugin. These files include:

- Settings files for different environments
- GitHub Actions workflows
- Lando configuration scripts
- Pantheon configuration files

Requirements
------------

[](#requirements)

- Drupal 11 or higher
- Composer 2.x

License
-------

[](#license)

GPL-2.0-or-later

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance76

Regular maintenance activity

Popularity26

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.2% 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 ~44 days

Recently: every ~63 days

Total

22

Last Release

130d ago

Major Versions

1.0.10 → 29725.x-dev2024-06-20

1.0.16 → 11.0.02025-06-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/6dbf448fb18693aaaa88a5ad69fa14cc662fac389089ec0aad367f0ae9914b2b?d=identicon)[morpht](/maintainers/morpht)

---

Top Contributors

[![radimklaska](https://avatars.githubusercontent.com/u/603345?v=4)](https://github.com/radimklaska "radimklaska (16 commits)")[![marji](https://avatars.githubusercontent.com/u/1254919?v=4)](https://github.com/marji "marji (5 commits)")

---

Tags

automationdrupaldevelopmentdeployment

### Embed Badge

![Health badge](/badges/morpht-mdt/health.svg)

```
[![Health](https://phpackages.com/badges/morpht-mdt/health.svg)](https://phpackages.com/packages/morpht-mdt)
```

###  Alternatives

[timokoerber/laravel-one-time-operations

Run operations once after deployment - just like you do it with migrations!

6481.7M11](/packages/timokoerber-laravel-one-time-operations)[shopware/deployment-helper

Shopware deployment tools

19305.3k5](/packages/shopware-deployment-helper)[ngmy/webloyer

Webloyer is a Web UI for managing Deployer deployments

2181.1k](/packages/ngmy-webloyer)

PHPackages © 2026

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