in-square/pimcore-deepl-bundle

DeepL translation bundle for Pimcore objects and documents.

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:JavaScript

Type:pimcore-bundle

pkg:composer/in-square/pimcore-deepl-bundle

v1.0.3 2026-02-20 15:23 UTC

This package is not auto-updated.

Last update: 2026-02-21 10:45:44 UTC


README

Bundle for integrating Pimcore with DeepL. It enables translating:

  • localizedfields in 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)

  1. Install the package:
composer require in-square/pimcore-deepl-bundle
  1. If the bundle was not added automatically, register it in config/bundles.php:
InSquare\PimcoreDeeplBundle\InSquarePimcoreDeeplBundle::class => ['all' => true],
  1. Run bin/console assets:install.

Configuration

Set the following Website Settings:

  • deepl_api_key – DeepL API key
  • deepl_account_typeFREE or PRO

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