PHPackages                             istogram/wp-api-content-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. istogram/wp-api-content-migration

ActivePackage

istogram/wp-api-content-migration
=================================

An Acorn package to migrate content from a WP API to a local WP installation

v1.4(4mo ago)245751MITPHPPHP ^8.0

Since Jul 28Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/istogram/wp-api-content-migration)[ Packagist](https://packagist.org/packages/istogram/wp-api-content-migration)[ RSS](/packages/istogram-wp-api-content-migration/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

Wordpress API Content Migration
===============================

[](#wordpress-api-content-migration)

This Acorn package provides Artisan commands to migrate a WP site's content using the WP REST API.

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

[](#installation)

You can install this package with Composer:

```
composer require istogram/wp-api-content-migration
```

You can publish the config file with:

```
wp acorn vendor:publish --provider="istogram\WpApiContentMigration\Providers\ContentMigrationServiceProvider"
```

Configuration
-------------

[](#configuration)

### Allow SVG media uploads

[](#allow-svg-media-uploads)

If you want to allow SVG media uploads you will need to set the config option:

```
'allow_svg_media' => true
```

Usage
-----

[](#usage)

To migrate WP content from a WP site, using the WP REST API, to the local site use this command replacing {domain} with the domain of the Live WP site :

```
wp acorn migrate:content {domain}
```

When no options are applied, the command will proceed step by step, asking for confirmation before each step is applied.

If you want to clear the current taxonomies, media, posts and pages of the local site you may use this option :

```
wp acorn migrate:content {domain} --clear-all
```

You may also use this option if you want to migrate all WP content without confirmations :

```
wp acorn migrate:content {domain} --clear-all --migrate-all
```

Please be aware that if you choose to clear any of the existing taxonomies, media, posts or pages this will delete entirely all the relevant content from the local site DB. This action is irreversible, so it's safer to have a DB backup first.

###  Health Score

43

—

FairBetter than 90% of packages

Maintenance82

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

Total

5

Last Release

124d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e721a73d7b02b1b0bddb6dff26eb9e88cb5d084918462fbac1d43c73e7342767?d=identicon)[timosz](/maintainers/timosz)

---

Top Contributors

[![timosz](https://avatars.githubusercontent.com/u/12528262?v=4)](https://github.com/timosz "timosz (8 commits)")

### Embed Badge

![Health badge](/badges/istogram-wp-api-content-migration/health.svg)

```
[![Health](https://phpackages.com/badges/istogram-wp-api-content-migration/health.svg)](https://phpackages.com/packages/istogram-wp-api-content-migration)
```

PHPackages © 2026

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