PHPackages                             cadecannon/wpmdb-pro-installer - 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. cadecannon/wpmdb-pro-installer

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

cadecannon/wpmdb-pro-installer
==============================

An install helper for Wordpress Migrate DB Pro

0.9.3(9y ago)0308MITPHPPHP &gt;=5.5

Since Mar 28Pushed 9y ago1 watchersCompare

[ Source](https://github.com/cadecannon/wpmdb-pro-installer)[ Packagist](https://packagist.org/packages/cadecannon/wpmdb-pro-installer)[ RSS](/packages/cadecannon-wpmdb-pro-installer/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (6)Versions (5)Used By (0)

WPMDB PRO Installer
===================

[](#wpmdb-pro-installer)

A composer plugin that makes installing [WP Migrate DB Pro](https://deliciousbrains.com/wp-migrate-db-pro/) with [composer](https://github.com/composer/composer) easier.

This package borrows very heavily from [acf-pro-installer](https://github.com/PhilippBaschke/acf-pro-installer) from Philipp Baschke. Special thanks to Philipp for doing 99% of the work.

This package reads your 🔑 WPMDB PRO key and SITE DOMAIN from the **environment** or a **.env file**.

Usage
-----

[](#usage)

**1. Add the package repository to the [`repositories`](https://getcomposer.org/doc/04-schema.md#repositories) field in `composer.json`(based on this [gist](https://gist.github.com/fThues/705da4c6574a4441b488)):**

```
{
  "type": "package",
  "package": {
    "name": "deliciousbrains/wp-migrate-db-pro",
    "version": "*.*.*(.*)",
    "type": "wordpress-plugin",
    "dist": {
      "type": "zip",
      "url": "https://deliciousbrains.com/dl/wp-migrate-db-pro-latest.zip"
    },
    "require": {
      "cadecannon/wpmdb-pro-installer": "^1.0",
      "composer/installers": "^1.0"
    }
  }
}
```

Replace `"version": "*.*.*(.*)"` with your desired version.

**2. Make your WPMDB PRO key available**

Set the environment variable **`WPMDB_PRO_KEY`** to your [WPMDB PRO key](https://deliciousbrains.com/signin/).

Alternatively you can add an entry to your **`.env`** file:

```
# .env (same directory as composer.json)
WPMDB_PRO_KEY=Your-Key-Here
```

**3. Make your DOMAIN available**

Set the environment variable **`DOMAIN_CURRENT_SITE`** to your domain without the protocol (i.e. no http:// or https://). This is utilized by wordpress for multisite so you might already have this in your file.

Alternatively you can add an entry to your **`.env`** file:

```
# .env (same directory as composer.json)
DOMAIN_CURRENT_SITE=test.dev
```

**4. Require WPMDB PRO**

```
composer require deliciousbrains/wp-migrate-db-pro:*
```

You can specify an [exact version](https://getcomposer.org/doc/articles/versions.md) (that matches your desired version).

If you use **`*`**, composer will install the version from the package repository (see 1). This has the benefit that you only need to change the version in the package repository when you want to update.

*Be aware that `composer update` will only work if you change the `version` in the package repository. Decreasing the version only works if you require an [exact version](https://getcomposer.org/doc/articles/versions.md).*

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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 ~0 days

Total

4

Last Release

3382d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/714502?v=4)[Cade Cannon](/maintainers/cadecannon)[@cadecannon](https://github.com/cadecannon)

---

Top Contributors

[![cadecannon](https://avatars.githubusercontent.com/u/714502?v=4)](https://github.com/cadecannon "cadecannon (7 commits)")

---

Tags

plugincomposerwordpressenvwpprowp-migrate-dbwpmdb

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/cadecannon-wpmdb-pro-installer/health.svg)

```
[![Health](https://phpackages.com/badges/cadecannon-wpmdb-pro-installer/health.svg)](https://phpackages.com/packages/cadecannon-wpmdb-pro-installer)
```

###  Alternatives

[philippbaschke/acf-pro-installer

An install helper for Advanced Custom Fields PRO

278724.6k](/packages/philippbaschke-acf-pro-installer)[ffraenz/private-composer-installer

A composer install helper for private packages

2341.7M5](/packages/ffraenz-private-composer-installer)[roots/bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure

6.5k456.5k2](/packages/roots-bedrock)[gotoandplay/gravityforms-composer-installer

A composer install helper for Gravity Forms

32408.3k](/packages/gotoandplay-gravityforms-composer-installer)[automattic/jetpack-autoloader

Creates a custom autoloader for a plugin or theme.

576.1M114](/packages/automattic-jetpack-autoloader)

PHPackages © 2026

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