in-square/pimcore-deepl-bundle
最新稳定版本:v1.0.3
Composer 安装命令:
composer require in-square/pimcore-deepl-bundle
包简介
DeepL translation bundle for Pimcore objects and documents.
README 文档
README
Bundle for integrating Pimcore with DeepL. It enables translating:
localizedfieldsin objects- translated documents (full document)
- individual areablock blocks (only when the block is overridden)
Requirements
- PHP 8.2
- Symfony 6.4
- Pimcore 11
Installation (Composer)
- Install the package:
composer require in-square/pimcore-deepl-bundle
- If the bundle was not added automatically, register it in
config/bundles.php:
InSquare\PimcoreDeeplBundle\InSquarePimcoreDeeplBundle::class => ['all' => true],
- Run
bin/console assets:install.
Configuration
Set the following Website Settings:
deepl_api_key– DeepL API keydeepl_account_type–FREEorPRO
Optional YAML configuration (e.g. config/packages/in_square_pimcore_deepl.yaml):
in_square_pimcore_deepl: overwrite: documents: false objects: false
License
GPL-3.0-or-later
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2026-02-20