PHPackages                             peteconsuegra/wordpress-importer-plugin - 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. peteconsuegra/wordpress-importer-plugin

ActiveLibrary

peteconsuegra/wordpress-importer-plugin
=======================================

Import WordPress plugin for WordPress Pete

1.38(7mo ago)0789MITBlade

Since Sep 1Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/peterconsuegra/wordpress-importer-plugin)[ Packagist](https://packagist.org/packages/peteconsuegra/wordpress-importer-plugin)[ RSS](/packages/peteconsuegra-wordpress-importer-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (42)Used By (0)

WordPress Importer for Laravel (Pete Panel)
===========================================

[](#wordpress-importer-for-laravel-pete-panel)

> One-click WordPress migration and backup importer for Laravel-based hosting environments.

**WordPress Importer for Pete Panel** allows you to import full WordPress websites (files + database) into a Laravel-powered Docker hosting stack using resumable uploads or direct server-path imports.

Perfect for agencies, SaaS founders, and developers managing large WordPress migrations inside a modern Laravel infrastructure.

---

🚀 Why This Plugin?
------------------

[](#-why-this-plugin)

Migrating WordPress sites manually is slow, risky, and error-prone.

This importer provides:

- ✅ One-click WordPress migration
- ✅ Resumable large file uploads (chunked)
- ✅ Support for very large archives
- ✅ Direct server-path imports
- ✅ Live import progress tracking
- ✅ Seamless integration with Laravel 10.x
- ✅ Built for Docker-based WordPress hosting

If you're searching for:

- wordpress migration tool
- wordpress importer laravel
- wordpress backup restore laravel
- laravel wordpress hosting panel
- docker wordpress migration

This plugin was built for you.

---

🔥 Core Features
---------------

[](#-core-features)

### 1️⃣ Resumable Chunk Uploads

[](#1️⃣-resumable-chunk-uploads)

Upload massive WordPress backups safely.
If the connection drops, uploads automatically resume.

Built using Resumable.js with safe server-side assembly.

---

### 2️⃣ Import from Server Path

[](#2️⃣-import-from-server-path)

Already have the archive on disk or a mounted volume?

Simply provide the absolute path:

```
/var/www/html/backups/mysite.zip

```

No upload required.

---

### 3️⃣ Full WordPress Environment Import

[](#3️⃣-full-wordpress-environment-import)

- WordPress core files
- Plugins &amp; themes
- Media uploads
- Full database dump

Ready to deploy inside Pete Panel instantly.

---

### 4️⃣ Real-Time Import Status

[](#4️⃣-real-time-import-status)

Long-running imports are handled as background jobs with:

```
GET /wordpress-importer/status/{id}

```

Response example:

```
{
  "status": "running",
  "progress": 40,
  "message": "Extracting archive..."
}
```

Terminal states:

- succeeded
- failed

---

📦 Installation
--------------

[](#-installation)

```
composer require peteconsuegra/wordpress-importer-plugin
```

Laravel 10.x required.

If manual provider registration is needed:

```
Pete\WordPressImporter\WordPressImporterServiceProvider::class,
```

---

🌐 Registered Routes
-------------------

[](#-registered-routes)

Method Endpoint Description

---

GET /wordpress-importer Import UI POST /wordpress-importer Enqueue import GET /wordpress-importer/status/{id} Check status POST /wordpress-importer/upload-chunk Upload chunk DELETE /wordpress-importer/upload-chunk/abort Abort upload

All routes use the `web` middleware with CSRF protection.

---

🛡 Security
----------

[](#-security)

- CSRF protected
- Designed for authenticated dashboards
- Supports policy-based authorization (recommended)

---

🧠 Designed for Hybrid WordPress + Laravel Stacks
------------------------------------------------

[](#-designed-for-hybrid-wordpress--laravel-stacks)

This importer is part of the Pete Panel ecosystem, enabling:

- WordPress for SEO &amp; marketing
- Laravel for SaaS &amp; APIs
- Docker for consistent deployments

Build hybrid applications faster.

---

🔗 Related Projects
------------------

[](#-related-projects)

- WordPress + Laravel Plugin

- Laravel Manager Plugin

- Pete Panel Official Site

---

📄 License
---------

[](#-license)

MIT (package)
Pete Panel is a commercial product.

---

⭐ Keywords
----------

[](#-keywords)

wordpress importer laravel
wordpress migration docker
wordpress backup restore laravel
laravel wordpress hosting
wordpress panel laravel
docker wordpress migration
wordpress clone tool
wordpress import large file

---

### Build faster. Migrate smarter. Deploy WordPress inside Laravel.

[](#build-faster-migrate-smarter-deploy-wordpress-inside-laravel)

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance76

Regular maintenance activity

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Recently: every ~10 days

Total

38

Last Release

231d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9c8eff07efc3f4aff6ec540ed04df47e6c70a67abcb298065f9606219be35721?d=identicon)[pedroconsuegra](/maintainers/pedroconsuegra)

---

Top Contributors

[![peterconsuegra](https://avatars.githubusercontent.com/u/339774?v=4)](https://github.com/peterconsuegra "peterconsuegra (54 commits)")

### Embed Badge

![Health badge](/badges/peteconsuegra-wordpress-importer-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/peteconsuegra-wordpress-importer-plugin/health.svg)](https://phpackages.com/packages/peteconsuegra-wordpress-importer-plugin)
```

PHPackages © 2026

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