PHPackages                             madebit/wordpress-data-migration - 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. madebit/wordpress-data-migration

ActiveLibrary

madebit/wordpress-data-migration
================================

0.0.4(5y ago)016PHP

Since Jan 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/mattydebie/wordpress-data-migration)[ Packagist](https://packagist.org/packages/madebit/wordpress-data-migration)[ RSS](/packages/madebit-wordpress-data-migration/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (5)Used By (0)

This lib is still under heavy development
=========================================

[](#this-lib-is-still-under-heavy-development)

How to use
----------

[](#how-to-use)

create a folder in your working directory for the migrations.

```
mkdir migrations
```

Create a file called CURRENT\_VERSION in this folder and insert the current version number

```
touch migrations/CURRENT_VERSION
echo '0' > migrations/CURRENT_VERSION
```

Include the DataMigration into your project.

```
add_action('init', function () {
   new DataMigration(get_template_directory() . '/migrations/');
});
```

In the migrations folder, create a migration file. These files should be constructed with the version number and the classname. ${VERSION}-${ClassName}.php

```
touch migrations/1-DoThisAndThat.php
```

The file should look like this

```

```

To migrate, visit the Rest endpoint `>/wp-json/m8b/v1/migrate`. To test or execute a specific version add the `?version=` parameter.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Total

4

Last Release

1919d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/93a52ee733e0aca53f7ef068638ba7045b80a4299011e38de9aff6b31ef8caa2?d=identicon)[mattydebie](/maintainers/mattydebie)

---

Top Contributors

[![mattydebie](https://avatars.githubusercontent.com/u/7429203?v=4)](https://github.com/mattydebie "mattydebie (5 commits)")

### Embed Badge

![Health badge](/badges/madebit-wordpress-data-migration/health.svg)

```
[![Health](https://phpackages.com/badges/madebit-wordpress-data-migration/health.svg)](https://phpackages.com/packages/madebit-wordpress-data-migration)
```

PHPackages © 2026

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