PHPackages                             bedita/i18n-google - 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. bedita/i18n-google

ActiveLibrary[Localization &amp; i18n](/categories/localization)

bedita/i18n-google
==================

BEdita I18n Google plugin supporting PHP &gt;= 8.3

v2.0.0(5mo ago)0211MITPHPPHP &gt;=8.3CI passing

Since Nov 6Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/bedita/i18n-google)[ Packagist](https://packagist.org/packages/bedita/i18n-google)[ RSS](/packages/bedita-i18n-google/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (7)Versions (9)Used By (0)

BEdita I18n Google plugin
=========================

[](#bedita-i18n-google-plugin)

[![Github Actions](https://github.com/bedita/i18n-google/workflows/php/badge.svg)](https://github.com/bedita/i18n-google/actions?query=workflow%3Aphp)[![codecov](https://camo.githubusercontent.com/3e5462ed57df562d34eb6f8fbe2f1327ebdd592ac0b577e2078099c551ac3e82/68747470733a2f2f636f6465636f762e696f2f67682f6265646974612f6931386e2d676f6f676c652f6272616e63682f6d61696e2f67726170682f62616467652e737667)](https://codecov.io/gh/bedita/i18n-google)[![phpstan](https://camo.githubusercontent.com/0729e562e10fac943b16dbb271b4af26488f779a33fc82cc3eef1e37a432c0b4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d6c6576656c253230352d627269676874677265656e2e737667)](https://phpstan.org)[![psalm](https://camo.githubusercontent.com/c9399531f83db9ad38eace5e32a5d3e3382a79f64223deea86d32c3355952ecf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7073616c6d2d6c6576656c253230382d627269676874677265656e2e737667)](https://psalm.dev)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0e791410d56ee0c5def8eb3cfec6b81dcae5fb163de2cfb08ed3d40d6007622f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6265646974612f6931386e2d676f6f676c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/bedita/i18n-google/?branch=main)[![image](https://camo.githubusercontent.com/1bd2d7de3518db654a33414ff833d5d20f800b11af5e3bf2b5932edfbc31fea5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6265646974612f6931386e2d676f6f676c652e7376673f6c6162656c3d737461626c65)](https://packagist.org/packages/bedita/i18n-google)[![image](https://camo.githubusercontent.com/b7ca9e39d8f190fe6764de854f2f12844185f0b8dfdba5a5ad381d6ffae26f10/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6265646974612f6931386e2d676f6f676c652e737667)](https://github.com/bedita/i18n-google/blob/main/LICENSE.LGPL)

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

[](#installation)

You can install this plugin into your application using [composer](https://getcomposer.org).

The recommended way to install composer packages is:

```
composer require bedita/i18n-google

```

Note: php version supported is &gt;= 8.3.

Google Cloud Translation
------------------------

[](#google-cloud-translation)

This plugin uses [Google Cloud Translation for PHP](https://cloud.google.com/php/docs/reference/cloud-translate/latest) to translate texts, via [google-cloud-php-translate](https://github.com/googleapis/google-cloud-php-translate).

Usage example:

```
use BEdita\I18n\Google\Core\Translator;

$translator = new Translator();
$translator->setup(['auth_key' => 'your-auth-key']);
$result = $translator->translate(['Hello world!'], 'en', 'it');
// $result is an array, i.e ['translation' => ['Ciao mondo!']]
```

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance83

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~125 days

Recently: every ~147 days

Total

7

Last Release

164d ago

Major Versions

v0.0.3 → v1.0.02024-12-03

1.x-dev → v2.0.02025-11-26

PHP version history (4 changes)v0.0.1PHP &gt;=7.4 &lt;8.3

v0.0.3PHP &gt;=7.4

v1.0.0PHP &gt;=8.1

v1.1.0PHP &gt;=8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/8762bf55fa377228164991afe77ca94b7384eb1f5ed79781cad7835624cc27c3?d=identicon)[d.didomenico](/maintainers/d.didomenico)

---

Top Contributors

[![didoda](https://avatars.githubusercontent.com/u/2227145?v=4)](https://github.com/didoda "didoda (21 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/bedita-i18n-google/health.svg)

```
[![Health](https://phpackages.com/badges/bedita-i18n-google/health.svg)](https://phpackages.com/packages/bedita-i18n-google)
```

###  Alternatives

[tanmuhittin/laravel-google-translate

Translate translation files to other languages using google translate api

4312.2M11](/packages/tanmuhittin-laravel-google-translate)[boxblinkracer/phpunuhi

Easy tool to work with translation files for validation, exports, imports and more.

83225.2k17](/packages/boxblinkracer-phpunuhi)[om/potrans

Command line tool for translate Gettext with Google Translator API or DeepL API

10515.0k4](/packages/om-potrans)[acclaro/translations

Easily launch and manage multilingual Craft websites without having to copy/paste content or manually track updates.

1229.5k](/packages/acclaro-translations)

PHPackages © 2026

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