akeneo-labs/pim-enhanced-connector
Composer 安装命令:
composer require akeneo-labs/pim-enhanced-connector
包简介
Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)
README 文档
README
This bundle adds some new exports to Akeneo:
-
Family export in CSV format for PimGento (only codes and labels).
-
Attribute export in CSV format for PimGento with corresponding family code.
This bundle can be use as a replacement for the DnD-MagentoConnectorBundle, to work with PimGento. However, it does not provide a SSH export as the DnD Magento connector bundle does. If you need to automatically send your exports to PimGento, you should set up a CRON task and include the SSH export in it.
Requirements
| EnhancedConnectorBundle | Akeneo PIM Community Edition |
|---|---|
| v1.4.* | v1.7.* |
| v1.3.* | v1.6.* |
| v1.2.* | v1.5.* |
| v1.1.* | v1.4.* |
| v1.0.* | v1.3.* |
Installation
Install the bundle with composer:
php composer.phar require akeneo-labs/pim-enhanced-connector:~1.4
Enable the bundle in the app/AppKernel.php file:
public function registerProjectBundles() { return [ new Pim\Bundle\EnhancedConnectorBundle\PimEnhancedConnectorBundle(), // ... ]; }
Now let's clean your cache and dump your assets:
php app/console cache:clear --env=prod
php app/console pim:installer:assets --env=prod
Documentation
Configuration
This section explains how to export your data from Akeneo PIM. If you want to know how to use them once exported, take a look at the PimGento documentation.
Go to Spread > Export and create the export you need (note that you can export your data in whatever order you want, only PimGento requires that you import data in a precise order, the same that is used below):
-
Category export: use the standard Akeneo CSV export for category exports.
-
Family export: use the "Export families to CSV for PimGento" job from the Enhanced connector bundle.
-
Attribute export: use the "Export attributes to CSV for PimGento" job from the Enhanced connector bundle.
-
Attribute option export: use the standard Akeneo CSV export for attribute options.
-
Product export: use the standard "Export products" that you can configure through the Export Builder.
All these exports are configured like standards CSV Akeneo exports: you need to define a delimitor (the character separating the elements on a same line), an enclosure (for instance, if a label contain spaces, it needs to be enclose to avoid import errors), if you want headers in your file, and the file path to save your export.
However, the family and the product exports adds a few new configuration fields, as explained below.
Family export
You need to choose which in which language you want to export the family label, as PimGento needs only one label (ideally, the language should correspond to the Magento locale for the administration interface).
akeneo-labs/pim-enhanced-connector 适用场景与选型建议
akeneo-labs/pim-enhanced-connector 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 35.64k 次下载、GitHub Stars 达 21, 最近一次更新时间为 2015 年 06 月 08 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「product」 「export」 「PIM」 「delta」 「pimgento」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 akeneo-labs/pim-enhanced-connector 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 akeneo-labs/pim-enhanced-connector 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 akeneo-labs/pim-enhanced-connector 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Bulk export of sylius resources
Simple RSS generator library for PHP 5.5 or later. clone from Bhaktaraz Bhatta ttps://github.com/bhaktaraz/php-rss-generator
Yii2 export extension
Display your categories and products on front end of your website
Product catalog for your Symfony2 applications.
SilverCommerce module that adds customisable products (adding dropdowns, radio buttons or textfields to a product)
统计信息
- 总下载量: 35.64k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 21
- 点击次数: 30
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2015-06-08