eikona-media/akeneo5-0-tessa-connector
Composer 安装命令:
composer require eikona-media/akeneo5-0-tessa-connector
包简介
Extension to connect TESSA to Akeneo
README 文档
README
TESSA Connector for Akeneo 5.0
With this Connector Bundle you seamlessly connect Akeneo with the Digital Asset Management solution "TESSA" (https://www.tessa-dam.com). This provides you with a professional and fully integrated DAM solution for Akeneo to centrally store, manage and use all additional files for your products (e.g. images, videos, documents, etc.) in all channels.
More informationen is available at our website.
Requirements
| Akeneo | Version |
|---|---|
| Akeneo PIM Community Edition | ~5.0.0 |
| Akeneo PIM Enterprise Edition | ~5.0.0 |
IMPORTANT! Ensure, that your Akeneo API ist working. Tessa needs an API connection to your Akeneo. In some cases Apache is configured wrong, see https://api.akeneo.com/documentation/troubleshooting.html#apache-strip-the-authentication-header.
Installation
- Install the bundle with composer
composer require eikona-media/akeneo5-0-tessa-connector
- Then add the following lines at the end of your config/routes/routes.yml :
tessa_media: resource: "@EikonaTessaConnectorBundle/Resources/config/routing.yml"
- Enable the bundle in the
config/bundles.phpfile:
return [ // ... Eikona\Tessa\ConnectorBundle\EikonaTessaConnectorBundle::class => ['all' => true], ];
- EE Only: Enable the Enterprise bundle in the
config/bundles.phpfile:
return [ // ... Eikona\Tessa\EEConnectorBundle\EikonaTessaEEConnectorBundle::class => ['all' => true], ];
- Run the following commands in your project root:
php bin/console cache:clear --env=prod --no-warmup php bin/console cache:warmup --env=prod php bin/console pim:installer:dump-require-paths --env=prod php bin/console pim:installer:assets --env=prod yarn run webpack yarn run less yarn run update-extensions
- Update your database schema
php bin/console doctrine:schema:update --dump-sql # Show changes php bin/console doctrine:schema:update --force # Update database schema
-
Configure the Tessa Connector in your Akeneo System Settings.
-
(Optionally) Create a cronjob to synchronize data with TESSA in the background
This is only necessary if you use the option "Sync in background" in the system settings
php bin/console eikona_media:tessa:notification_queue:execute --env=prod
Recommended to run every 5 minutes (*/5 * * * *). If the command is started twice at the same time, the second command exists with a notice.
How to use with reference entities
- Add the following lines at the end of your config/routes/routes.yml :
tessa_api_reference_data: resource: "@EikonaTessaReferenceDataAttributeBundle/Resources/config/routing.yml"
- Enable the ReferenceDataAttributeBundle in the
config/bundles.phpfile:
return [ // ... Eikona\Tessa\ConnectorBundle\EikonaTessaConnectorBundle::class => ['all' => true], // Already registered Eikona\Tessa\ReferenceDataAttributeBundle\EikonaTessaReferenceDataAttributeBundle::class => ['all' => true], // New ];
- Select TESSA in the type dropdown when you add a new reference entity attribute
eikona-media/akeneo5-0-tessa-connector 适用场景与选型建议
eikona-media/akeneo5-0-tessa-connector 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 709 次下载、GitHub Stars 达 1, 最近一次更新时间为 2021 年 05 月 20 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「ecommerce」 「integration」 「PIM」 「akeneo」 「DAM」 「mam」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 eikona-media/akeneo5-0-tessa-connector 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 eikona-media/akeneo5-0-tessa-connector 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 eikona-media/akeneo5-0-tessa-connector 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Nevogate Payment Gateway SDK
LinkedIn API PHP SDK with OAuth 2.0 & CSRF support. Can be used for social sign in or sharing on LinkedIn. Examples. Documentation.
LinkedIn API PHP SDK with OAuth 2.0 & CSRF support. Can be used for social sign in or sharing on LinkedIn. Examples. Documentation.
Dealing with payments through the Egyptian payment gateway PayMob
Laravel integration for blade-to-react
Show attribute codes in product edit form
统计信息
- 总下载量: 709
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2021-05-20