PHPackages                             level51/silverstripe-fluent-autotranslate - 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. level51/silverstripe-fluent-autotranslate

ActiveSilverstripe-vendormodule[Localization &amp; i18n](/categories/localization)

level51/silverstripe-fluent-autotranslate
=========================================

Module for auto translation using Google Translate or OpenAI for Silverstripe with Fluent

1.0.1(3mo ago)22.7k3MITPHPPHP ^8.3

Since Feb 24Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/Level51/silverstripe-fluent-autotranslate)[ Packagist](https://packagist.org/packages/level51/silverstripe-fluent-autotranslate)[ RSS](/packages/level51-silverstripe-fluent-autotranslate/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (12)Used By (0)

Silverstripe Fluent Autotranslate
=================================

[](#silverstripe-fluent-autotranslate)

Module for auto translation using Google Cloud Translation for Silverstripe with Fluent.

Content
-------

[](#content)

- [Requirements](#requirements)
- [Installation](#installation)
- [Setup Google Cloud Translation API](#setup-google-cloud-translation-api)
- [Setup OpenAI API](#setup-openai-api)
- [Maintainer](#maintainer)
- [Disable extension for specific field types](#disable-extension-for-specific-field-types)

Requirements
------------

[](#requirements)

- [Silverstripe](https://github.com/silverstripe/silverstripe-framework) ^4 || ^5
- [Fluent](https://github.com/tractorcow-farm/silverstripe-fluent) &gt;=4
- PHP &gt;= 7.1
- ext-json

Installation
------------

[](#installation)

`composer require level51/silverstripe-fluent-autotranslate`

Setup Google Cloud Translation API
----------------------------------

[](#setup-google-cloud-translation-api)

Define the API key for the Google Cloud Translation API like this:

```
Level51\Autotranslate\AutotranslateFieldExtension:
    translation_provider: 'google' # 'google' or 'openai' (default: google)
    google_cloud_translation_api_key: 'YOUR_API_KEY'
```

See  for setup instructions.

Setup OpenAI API
----------------

[](#setup-openai-api)

See  for setup instructions and how to get an API key.

Define the API key for the OpenAI API like this in your `config.yml`:

```
Level51\Autotranslate\AutotranslateFieldExtension:
  translation_provider: 'openai' # 'google' or 'openai' (default: google)
  openai_translation_api_key: 'YOUR_API_KEY'
```

For Open AI you can specify terms to avoid translation by adding them to the `openai_translation_blacklist` in the backend admin settings. If you want to use this feature you have to add the BlackListExtension to the SiteConfig class.

```
SilverStripe\SiteConfig\SiteConfig:
  extensions:
    - Level51\Autotranslate\BlackListExtension
```

Maintainer
----------

[](#maintainer)

- Level51

Disable extension for specific field types
------------------------------------------

[](#disable-extension-for-specific-field-types)

```
Level51\Autotranslate\AutotranslateFieldExtension:
  class_blacklist:
    - SilverStripe\Forms\HTMLEditor\HTMLEditorField
```

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance79

Regular maintenance activity

Popularity23

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 72.5% of commits — single point of failure

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 ~225 days

Recently: every ~119 days

Total

9

Last Release

111d ago

Major Versions

0.4.0 → 1.0.02025-10-15

0.4.1 → 1.0.12026-01-28

PHP version history (2 changes)0.1.0PHP &gt;=7.1

1.0.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/441f0e8f95c17048417a33f37e35d5ffdd4c07902cbedaf7f5786f4b7c454284?d=identicon)[JZubero](/maintainers/JZubero)

![](https://www.gravatar.com/avatar/9133bc91a697449d72219a55c1af96d329b7684e989941baba54e724e72b91b5?d=identicon)[dkliemsch](/maintainers/dkliemsch)

---

Top Contributors

[![dkliemsch](https://avatars.githubusercontent.com/u/13777159?v=4)](https://github.com/dkliemsch "dkliemsch (37 commits)")[![BettinaMaria98](https://avatars.githubusercontent.com/u/50010683?v=4)](https://github.com/BettinaMaria98 "BettinaMaria98 (9 commits)")[![Oliver996](https://avatars.githubusercontent.com/u/783116?v=4)](https://github.com/Oliver996 "Oliver996 (3 commits)")[![jcsiegrist](https://avatars.githubusercontent.com/u/33805?v=4)](https://github.com/jcsiegrist "jcsiegrist (1 commits)")[![JZubero](https://avatars.githubusercontent.com/u/13751426?v=4)](https://github.com/JZubero "JZubero (1 commits)")

---

Tags

translatesilverstripeopenaifluentgoogle-translateautotranslate

### Embed Badge

![Health badge](/badges/level51-silverstripe-fluent-autotranslate/health.svg)

```
[![Health](https://phpackages.com/badges/level51-silverstripe-fluent-autotranslate/health.svg)](https://phpackages.com/packages/level51-silverstripe-fluent-autotranslate)
```

###  Alternatives

[gettext/languages

gettext languages with plural rules

7530.3M11](/packages/gettext-languages)[tractorcow/silverstripe-fluent

Simple localisation for Silverstripe

92421.6k26](/packages/tractorcow-silverstripe-fluent)[silverstripe/translatable

Allows translation of DataObject and SiteTree records into multiple languages

53192.0k8](/packages/silverstripe-translatable)

PHPackages © 2026

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