peteconsuegra/wordpress-importer-plugin
Composer 安装命令:
composer require peteconsuegra/wordpress-importer-plugin
包简介
Import WordPress plugin for WordPress Pete
README 文档
README
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?
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
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
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
- WordPress core files
- Plugins & themes
- Media uploads
- Full database dump
Ready to deploy inside Pete Panel instantly.
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
composer require peteconsuegra/wordpress-importer-plugin
Laravel 10.x required.
If manual provider registration is needed:
Pete\WordPressImporter\WordPressImporterServiceProvider::class,
🌐 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
- CSRF protected
- Designed for authenticated dashboards
- Supports policy-based authorization (recommended)
🧠 Designed for Hybrid WordPress + Laravel Stacks
This importer is part of the Pete Panel ecosystem, enabling:
- WordPress for SEO & marketing
- Laravel for SaaS & APIs
- Docker for consistent deployments
Build hybrid applications faster.
🔗 Related Projects
-
WordPress + Laravel Plugin
https://github.com/peterconsuegra/wordpress-plus-laravel-plugin -
Laravel Manager Plugin
https://github.com/peterconsuegra/laravel-manager-plugin -
Pete Panel Official Site
https://deploypete.com
📄 License
MIT (package)
Pete Panel is a commercial product.
⭐ 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.
peteconsuegra/wordpress-importer-plugin 适用场景与选型建议
peteconsuegra/wordpress-importer-plugin 是一款 基于 Blade 开发的 Composer 扩展包,目前已累计 789 次下载、GitHub Stars 达 0, 最近一次更新时间为 2020 年 08 月 13 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 peteconsuegra/wordpress-importer-plugin 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 peteconsuegra/wordpress-importer-plugin 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 789
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-08-13