PHPackages                             isotopsweden/wp-cli-migrate - 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. [CLI &amp; Console](/categories/cli)
4. /
5. isotopsweden/wp-cli-migrate

AbandonedArchivedWp-cli-package[CLI &amp; Console](/categories/cli)

isotopsweden/wp-cli-migrate
===========================

Simple data migration for WordPress

11.7k1PHP

Since Apr 29Pushed 4y agoCompare

[ Source](https://github.com/isotopsweden/wp-cli-migrate)[ Packagist](https://packagist.org/packages/isotopsweden/wp-cli-migrate)[ RSS](/packages/isotopsweden-wp-cli-migrate/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (3)Used By (0)

wp-cli-migrate
==============

[](#wp-cli-migrate)

Simple data migration for WordPress.

Using
-----

[](#using)

Create a migration file `migrations/example.php` or the directory of your choice defined in `MIGRATION_DIR`

```
use Isotop\Migration\Migration;

class MyClassName extends Migration {
	public function up() {
		update_option( 'key', 'value' );
	}

	public function down() {
		delete_option( 'key' );
	}
}
```

Run the migration up:

```
wp migrate up

```

Run the migration down:

```
wp migrate down

```

Installing
----------

[](#installing)

Installing this package requires WP-CLI v1.1.0 or greater. Update to the latest stable release with `wp cli update`.

Once you've done so, you can install this package with:

```
wp package install git@github.com:isotopsweden/wp-cli-migrate.git

```

License
-------

[](#license)

MIT © Isotop

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 76.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/aacdbaebed26ea1ccdb7e37e2bfd2a572350e1d781d1c0b8830d444adb86104e?d=identicon)[frozzare](/maintainers/frozzare)

---

Top Contributors

[![frozzare](https://avatars.githubusercontent.com/u/14610?v=4)](https://github.com/frozzare "frozzare (13 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (2 commits)")[![karlmork](https://avatars.githubusercontent.com/u/1515688?v=4)](https://github.com/karlmork "karlmork (2 commits)")

---

Tags

migrationwordpresswp-cli

### Embed Badge

![Health badge](/badges/isotopsweden-wp-cli-migrate/health.svg)

```
[![Health](https://phpackages.com/badges/isotopsweden-wp-cli-migrate/health.svg)](https://phpackages.com/packages/isotopsweden-wp-cli-migrate)
```

###  Alternatives

[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24726.4M22](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)[winbox/args

Windows command-line formatter

20718.9k21](/packages/winbox-args)

PHPackages © 2026

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