in-square/opendxp-deepl-bundle
最新稳定版本:v1.0.3
Composer 安装命令:
composer require in-square/opendxp-deepl-bundle
包简介
DeepL translation bundle for OpenDXP objects and documents.
README 文档
README
Bundle for integrating OpenDXP with DeepL. It enables translating:
localizedfieldsin objects- translated documents (full document)
- individual areablock blocks (only when the block is overridden)
Requirements
- PHP 8.3
- Symfony 7.4
- OpenDXP 1.3
Installation (Composer)
- Install the package:
composer require in-square/opendxp-deepl-bundle
- If the bundle was not added automatically, register it in
config/bundles.php:
InSquare\OpendxpDeeplBundle\InSquareOpendxpDeeplBundle::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_opendxp_deepl.yaml):
in_square_opendxp_deepl: overwrite: documents: false objects: false
License
GPL-3.0-or-later
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2026-03-30