PHPackages                             harmonic/wp-migrate-db-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. harmonic/wp-migrate-db-pro-installer

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

harmonic/wp-migrate-db-pro-installer
====================================

An install helper for WP Migrate DB PRO

v1.0.5(8y ago)38.1kMITPHPPHP &gt;=5.5

Since Apr 15Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Harmonic/wp-migrate-db-pro-installer)[ Packagist](https://packagist.org/packages/harmonic/wp-migrate-db-pro-installer)[ RSS](/packages/harmonic-wp-migrate-db-pro-installer/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (6)Versions (9)Used By (0)

WP Migrate DB PRO Installer
===========================

[](#wp-migrate-db-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, based on the amazing work by PhilippBaschke and his \[acf-pro-installer\]

It reads your 🔑 WP Migrate DB Pro key and site URL from the **environment** or a **.env file** so that you do not need to commit them to source control.

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": {
      "harmonic/wp-migrate-db-pro-installer": "^1.0",
      "composer/installers": "^1.0"
    }
  }
}
```

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

Replace `"type": "wordpress-plugin"` with `"type": "library"` if you would like to have WP MIGRATE DB PRO installed in the `./vendor` directory instead of `./wp-content/plugins`. This may be desireable if for example, you are including WP MIGRATE DB PRO in a WordPress theme.

If you also require the media files and cli plugins you can add these as well:

```
{
  "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-media-files-latest.zip"
    },
    "require": {
      "harmonic/wp-migrate-db-pro-installer": "^1.0",
      "composer/installers": "^1.0"
    }
  }
},
{
  "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-cli-latest.zip"
    },
    "require": {
      "harmonic/wp-migrate-db-pro-installer": "^1.0",
      "composer/installers": "^1.0"
    }
  }
}
```

**2. Make your WP MIGRATE DB PRO key available**

Set the environment variable **`WP_MIGRATE_DB_PRO_KEY`** to your [WP Migrate DB Pro PRO key](https://deliciousbrains.com/my-account/). Set the environment variable **`APP_URL`** to your website URL. Full URL is accepted so you can also use this variable in your wp-config.php.

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

```
# .env (same directory as composer.json)
WP_MIGRATE_DB_PRO_KEY=Your-Key-Here
APP_URL=http://site.com
```

**3. Require WP Migrate DB 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

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 92.7% 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 ~91 days

Recently: every ~152 days

Total

8

Last Release

3034d ago

Major Versions

v0.2.0 → v1.0.02016-04-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/8861aca590339e178dcfe71ffefc138b28d3a21d0a6f98a9f3f498940382f512?d=identicon)[craigharman](/maintainers/craigharman)

---

Top Contributors

[![PhilippBaschke](https://avatars.githubusercontent.com/u/10756783?v=4)](https://github.com/PhilippBaschke "PhilippBaschke (38 commits)")[![tyrann0us](https://avatars.githubusercontent.com/u/8144115?v=4)](https://github.com/tyrann0us "tyrann0us (2 commits)")[![randmanrjr](https://avatars.githubusercontent.com/u/4073249?v=4)](https://github.com/randmanrjr "randmanrjr (1 commits)")

---

Tags

plugincomposerwordpressenvwpmigratepro

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/harmonic-wp-migrate-db-pro-installer/health.svg)

```
[![Health](https://phpackages.com/badges/harmonic-wp-migrate-db-pro-installer/health.svg)](https://phpackages.com/packages/harmonic-wp-migrate-db-pro-installer)
```

###  Alternatives

[philippbaschke/acf-pro-installer

An install helper for Advanced Custom Fields PRO

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

A composer install helper for private packages

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

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

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

A composer install helper for Gravity Forms

31389.9k](/packages/gotoandplay-gravityforms-composer-installer)

PHPackages © 2026

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