almaviacx/ibexaimportexportbundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

almaviacx/ibexaimportexportbundle

最新稳定版本:v0.3.4

Composer 安装命令:

composer require almaviacx/ibexaimportexportbundle

包简介

Bundle to handle import/export

README 文档

README

Import / Export workflow :

A job trigger a workflow

A workflow call a reader to get a list of items, then use a list of step to filter/modify the items and finally pass them to a list of writer

Step

A step service must implement AlmaviaCX\Bundle\IbexaImportExport\Step\StepInterface and have the tag almaviacx.import_export.component

The bundle provide the AlmaviaCX\Bundle\IbexaImportExport\Step\AbstractStep to simplify the creation of a service

Provided steps

AlmaviaCX\Bundle\IbexaImportExport\Step\IbexaContentToArrayStep

Transform a content into an associative array. Take a map as argument to extract properties from a content to generate the associative array

More explaination on the transformation process here

Options are :

  • map (array representing the resulting associative array. each entry value correspond to a property of the content. ex : ["title" => "content.fields[title].value"])

Writer

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-05-22