定制 aimeos/pagible-import 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

aimeos/pagible-import

最新稳定版本:0.10.3

Composer 安装命令:

composer require aimeos/pagible-import

包简介

Pagible CMS - CMS importers

README 文档

README

CMS importers for Pagible CMS. Import content from WordPress, and others.

For installation, use:

composer require aimeos/pagible-import

This package is part of the Pagible CMS monorepo.

Commands

cms:wp-import

Imports WordPress posts into Pagible CMS as blog article pages.

php artisan cms:wp-import [options]
Option Default Description
--connection wordpress Database connection name for the WordPress database
--domain Domain name for imported pages
--lang en Language code for imported content
--tenant Tenant ID for multi-tenant setups
--blog-path blog URL path of the parent blog page
--blog-name Blog Name of the parent blog page
--type blog Page type for imported pages
--media-url Base URL for WordPress uploads (replaces wp-content/uploads path)
--editor wp-import Editor name for imported records
--dry-run Show what would be imported without making changes

WordPress Database Connection

Add a WordPress database connection to config/database.php:

'wordpress' => [
    'driver' => 'mysql',
    'host' => env('WP_DB_HOST', '127.0.0.1'),
    'database' => env('WP_DB_DATABASE', 'wordpress'),
    'username' => env('WP_DB_USERNAME', 'root'),
    'password' => env('WP_DB_PASSWORD', ''),
],

Supported Content

The importer converts WordPress Gutenberg blocks to Pagible content elements:

  • Text and paragraphs
  • Headings
  • Images and galleries
  • Code blocks
  • Tables
  • Video and audio embeds
  • Notice/callout blocks

Featured images and inline media are imported as Pagible File records with published versions.

License

LGPL-3.0-only

统计信息

  • 总下载量: 14
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0-only
  • 更新时间: 2026-03-28

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固