PHPackages                             web-vision/wv\_deepltranslate - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. web-vision/wv\_deepltranslate

ActiveTypo3-cms-extension[Localization &amp; i18n](/categories/localization)

web-vision/wv\_deepltranslate
=============================

DeepL Translate (CORE) - This extension provides option to translate content element, and TCA record texts to DeepL supported languages.

6.0.3(4w ago)33304.3k↓23.5%50[20 issues](https://github.com/web-vision/deepltranslate-core/issues)[2 PRs](https://github.com/web-vision/deepltranslate-core/pulls)GPL-2.0-or-laterPHPPHP  ^8.2 || ^8.3 || ^8.4 || ^8.5CI passing

Since Jan 8Pushed 3w ago6 watchersCompare

[ Source](https://github.com/web-vision/deepltranslate-core)[ Packagist](https://packagist.org/packages/web-vision/wv_deepltranslate)[ Docs](https://www.web-vision.de/en/automated-translations-with-typo3-and-deepl.html)[ RSS](/packages/web-vision-wv-deepltranslate/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (125)Versions (79)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/c9c981b57915895dda881cf9df64eadd5ea436f5d68ada4423960daf1baaa06f/68747470733a2f2f706f7365722e707567782e6f72672f7765622d766973696f6e2f646565706c7472616e736c6174652d636f72652f762f737461626c652e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/web-vision/deepltranslate-core)[![License](https://camo.githubusercontent.com/cda8dfed29ea33a7b7cb002fdaa9acea5cf8a858acb4b2106a444da28a4463a5/68747470733a2f2f706f7365722e707567782e6f72672f7765622d766973696f6e2f77765f646565706c7472616e736c6174652f6c6963656e73653f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/web-vision/wv_deepltranslate)[![TYPO3 14.2](https://camo.githubusercontent.com/0298704ae4149303965330b6a3c8f00221a690946a53682dafab9469604a1369/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31342e322d677265656e2e7376673f7374796c653d666f722d7468652d6261646765)](https://get.typo3.org/version/14.2)[![TYPO3 13.4](https://camo.githubusercontent.com/d42fe27cc5732df3ef0ecf4bd12a80d214e0bc127a91f7885ba89fd155e74d31/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31332e342d677265656e2e7376673f7374796c653d666f722d7468652d6261646765)](https://get.typo3.org/version/13.4)[![TYPO3 12.4](https://camo.githubusercontent.com/af4386ccce6ff254edfbfc23a3850a527f374d729b0296e9de521a50783c9fa6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31322e342d677265656e2e7376673f7374796c653d666f722d7468652d6261646765)](https://get.typo3.org/version/12.4)[![Total Downloads (deepltranslate_core) >= 5.x](https://camo.githubusercontent.com/9437aca5c28905fd0942155c3995c968ea57550f782c6a7f6286f280c5e037d8/68747470733a2f2f706f7365722e707567782e6f72672f7765622d766973696f6e2f646565706c7472616e736c6174652d636f72652f646f776e6c6f6164732e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/web-vision/deepltranslate-core)[![Monthly Downloads (deepltranslate_core) >= 5.x](https://camo.githubusercontent.com/c9e5fabe71a2019df09ffb918bc9e7e392a37d6b92d27598b0e0398b253b5a72/68747470733a2f2f706f7365722e707567782e6f72672f7765622d766973696f6e2f646565706c7472616e736c6174652d636f72652f642f6d6f6e74686c793f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/web-vision/deepltranslate-core)[![Total Downloads (wv_deepltranslate)  Set `RELEASE_BRANCH` to branch release should happen, for example: 'main'. Set `RELEASE_VERSION` to release version working on, for example: '5.0.0'.

```
echo '>> Create release based on configuration' ; \
  RELEASE_BRANCH='main' ; \
  RELEASE_VERSION='6.0.3' ; \
  DEV_VERSION='6.0.4' ; \
  echo ">> Checkout branches" && \
  git checkout main && \
  git fetch --all && \
  git pull --rebase && \
  git checkout ${RELEASE_BRANCH} && \
  git pull --rebase && \
  echo ">> Create release ${RELEASE_VERSION}" && \
  git checkout -b release-${RELEASE_VERSION} && \
  sed -i "s/^COMPOSER_ROOT_VERSION.*/COMPOSER_ROOT_VERSION=\"${RELEASE_VERSION}\"/" Build/Scripts/runTests.sh && \
  sed -i "s/^  RELEASE_VERSION.*/  RELEASE_VERSION='${RELEASE_VERSION}' ; \\\\/" README.md && \
  sed -i "s/^  DEV_VERSION.*/  DEV_VERSION='${DEV_VERSION}' ; \\\\/" README.md && \
  tailor set-version ${RELEASE_VERSION} && \
  composer config "extra"."typo3/cms"."version" "${RELEASE_VERSION}" && \
  echo "${RELEASE_VERSION}" > VERSION && \
  git add . && \
  git commit -m "[RELEASE] ${RELEASE_VERSION}" && \
  git push --set-upstream origin release-${RELEASE_VERSION} && \
  gh pr create --fill --base ${RELEASE_BRANCH} --title "[RELEASE] ${RELEASE_VERSION}" && \
  sleep 10 && \
  gh pr checks --watch --interval 2 && \
  sleep 10 && \
  gh pr merge -rd --admin && \
  git remote prune origin && \
  git tag ${RELEASE_VERSION} && \
  git push origin ${RELEASE_VERSION} && \
  echo ">> Post-release - set dev version: ${DEV_VRESION}-dev" && \
  git checkout -b set-dev-version-${DEV_VERSION} && \
  sed -i "s/^COMPOSER_ROOT_VERSION.*/COMPOSER_ROOT_VERSION=\"${DEV_VERSION}-dev\"/" Build/Scripts/runTests.sh && \
  tailor set-version ${DEV_VERSION} && \
  composer config "extra"."typo3/cms"."version" "${DEV_VERSION}-dev" && \
  echo "${DEV_VERSION}-dev" > VERSION && \
  git add . && \
  git commit -m "[TASK] Set dev version ${DEV_VERSION}" && \
  git push --set-upstream origin set-dev-version-${DEV_VERSION} && \
  gh pr create --fill --base ${RELEASE_BRANCH} --title "[TASK] Set dev version \"${DEV_VERSION}-dev\"" && \
  sleep 10 && \
  gh pr checks --watch --interval 2 && \
  sleep 10 && \
  gh pr merge -rd --admin && \
  git remote prune origin
```

###  Health Score

68

—

FairBetter than 99% of packages

Maintenance82

Actively maintained with recent releases

Popularity49

Moderate usage in the ecosystem

Community32

Small or concentrated contributor base

Maturity94

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~46 days

Recently: every ~2 days

Total

59

Last Release

27d ago

Major Versions

4.4.3 → 5.0.12025-02-27

4.5.2 → 5.1.02025-06-11

4.x-dev → 5.1.22025-10-30

5.1.4 → 6.0.02026-04-27

5.1.5 → 6.0.22026-05-29

PHP version history (8 changes)2.0.0PHP ~7.2.0 || ~7.3.0 || ~7.4.0

2.0.1PHP ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0

2.1.0PHP ^7.4 || ^8.0

4.1.0PHP ^7.4 || ^8.0 || ^8.1 || ^8.2

4.4.0PHP ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3

5.0.0PHP ^8.1 || ^8.2 || ^8.3 || ^8.4

4.5.0PHP ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4

6.0.0PHP  ^8.2 || ^8.3 || ^8.4 || ^8.5

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1453466?v=4)[Stefan Bürk](/maintainers/sbuerk)[@sbuerk](https://github.com/sbuerk)

![](https://www.gravatar.com/avatar/d181bb4173be1b70cabf0b41497a7cabecdccc5966c8000e40b12ce8b7a5ebac?d=identicon)[web-vision](/maintainers/web-vision)

![](https://www.gravatar.com/avatar/1a1ddeb615ab1289506094f767ffacee7e1deaa6c914527b116cf88fcbe62e68?d=identicon)[calien666](/maintainers/calien666)

![](https://www.gravatar.com/avatar/6eee0a3ef5bd25e969f387900c1bfc7f1340cac6a90e3c8fafc9bb3d98298f6c?d=identicon)[narkniro](/maintainers/narkniro)

---

Top Contributors

[![calien666](https://avatars.githubusercontent.com/u/11405116?v=4)](https://github.com/calien666 "calien666 (266 commits)")[![NarkNiro](https://avatars.githubusercontent.com/u/6518044?v=4)](https://github.com/NarkNiro "NarkNiro (232 commits)")[![sbuerk](https://avatars.githubusercontent.com/u/1453466?v=4)](https://github.com/sbuerk "sbuerk (193 commits)")[![Riiiad](https://avatars.githubusercontent.com/u/20195182?v=4)](https://github.com/Riiiad "Riiiad (40 commits)")[![rickymathewkweb](https://avatars.githubusercontent.com/u/59689479?v=4)](https://github.com/rickymathewkweb "rickymathewkweb (15 commits)")[![rickymathew](https://avatars.githubusercontent.com/u/16185142?v=4)](https://github.com/rickymathew "rickymathew (13 commits)")[![NairCoder](https://avatars.githubusercontent.com/u/59689476?v=4)](https://github.com/NairCoder "NairCoder (9 commits)")[![sypets](https://avatars.githubusercontent.com/u/13206455?v=4)](https://github.com/sypets "sypets (7 commits)")[![jwiedNic](https://avatars.githubusercontent.com/u/99174085?v=4)](https://github.com/jwiedNic "jwiedNic (7 commits)")[![peterkraume](https://avatars.githubusercontent.com/u/4234704?v=4)](https://github.com/peterkraume "peterkraume (7 commits)")[![dot3media](https://avatars.githubusercontent.com/u/578024?v=4)](https://github.com/dot3media "dot3media (7 commits)")[![koehnlein](https://avatars.githubusercontent.com/u/16088567?v=4)](https://github.com/koehnlein "koehnlein (6 commits)")[![pixelbrackets](https://avatars.githubusercontent.com/u/1592995?v=4)](https://github.com/pixelbrackets "pixelbrackets (6 commits)")[![ayacoo](https://avatars.githubusercontent.com/u/5963331?v=4)](https://github.com/ayacoo "ayacoo (4 commits)")[![spoonerWeb](https://avatars.githubusercontent.com/u/1793083?v=4)](https://github.com/spoonerWeb "spoonerWeb (3 commits)")[![borishinzer](https://avatars.githubusercontent.com/u/10340538?v=4)](https://github.com/borishinzer "borishinzer (3 commits)")[![kitzberger](https://avatars.githubusercontent.com/u/1405149?v=4)](https://github.com/kitzberger "kitzberger (3 commits)")[![Mabahe](https://avatars.githubusercontent.com/u/1684986?v=4)](https://github.com/Mabahe "Mabahe (2 commits)")[![bigahuna](https://avatars.githubusercontent.com/u/13297945?v=4)](https://github.com/bigahuna "bigahuna (2 commits)")[![vishnu-web-vision](https://avatars.githubusercontent.com/u/121807168?v=4)](https://github.com/vishnu-web-vision "vishnu-web-vision (1 commits)")

---

Tags

deepldeepltranslatelocalizationtranslatetranslationtypo3typo3-extensiontranslateextensionTYPO3 CMSdeeplgoogletranslate

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/web-vision-wv-deepltranslate/health.svg)

```
[![Health](https://phpackages.com/badges/web-vision-wv-deepltranslate/health.svg)](https://phpackages.com/packages/web-vision-wv-deepltranslate)
```

###  Alternatives

[web-vision/deepltranslate-core

DeepL Translate (CORE) - This extension provides option to translate content element, and TCA record texts to DeepL supported languages.

33142.5k8](/packages/web-vision-deepltranslate-core)[pagemachine/typo3-formlog

Form log for TYPO3

23238.6k8](/packages/pagemachine-typo3-formlog)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1595.5k](/packages/eliashaeussler-typo3-form-consent)[yoast-seo-for-typo3/yoast_seo

Yoast SEO for TYPO3

511.7M9](/packages/yoast-seo-for-typo3-yoast-seo)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

611.1M8](/packages/netresearch-rte-ckeditor-image)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
