PHPackages                             wowworks/translation-google-sheet - 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. wowworks/translation-google-sheet

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

wowworks/translation-google-sheet
=================================

Tool for push/pull translation to google-sheets

1.0(5y ago)015.2k↓50%MITPHPPHP &gt;=7.1

Since Feb 19Pushed 5y ago3 watchersCompare

[ Source](https://github.com/wowworks-team/wowworks-translation-google-sheet)[ Packagist](https://packagist.org/packages/wowworks/translation-google-sheet)[ RSS](/packages/wowworks-translation-google-sheet/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

translation-google-sheet-service
================================

[](#translation-google-sheet-service)

Integration with Google-Sheets API.

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

[](#installation)

This extension is available at packagist.org and can be installed via composer by following command:

composer require wowworks/translation-google-sheet`

Configuration:

```
$client = new Google_Client();
$client->setApplicationName('Google Sheets API Wowworks');
$client->setScopes(Google_Service_Sheets::SPREADSHEETS);
$client->setAccessType('offline');
$client->setPrompt('select_account consent');

$pathToCredentialFile = 'pathToCredentialFile';
putenv("GOOGLE_APPLICATION_CREDENTIALS={$pathToCredentialFile}");
$client->useApplicationDefaultCredentials();
$serviceGoogleSheets = new Google_Service_Sheets($client);
$configurationService = new TranslationGoogleSheetConfigurationService(
    ['en_EN', 'ru_RU', 'de_DE'],
    ['ru_RU']
);

$service =  new TranslationGoogleSheetService(
            ['spreadSheetUrl1', 'spreadSheetUrl2'],
            $serviceGoogleSheets,
            $configurationService,
            new TranslationStringConverter()
);
```

Usage:

```
$allPathsToTranslations = $configurationService->getAllPathsToTranslations(Yii::$app->i18n->translations);
$service->pull($allPathsToTranslations);
$service->push($allPathsToTranslations);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

1915d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b00a1b181f1da3ddd7f208b541a0b37db0fe8a7504b75fd8fd9d588cf3f53e98?d=identicon)[wowworks](/maintainers/wowworks)

### Embed Badge

![Health badge](/badges/wowworks-translation-google-sheet/health.svg)

```
[![Health](https://phpackages.com/badges/wowworks-translation-google-sheet/health.svg)](https://phpackages.com/packages/wowworks-translation-google-sheet)
```

###  Alternatives

[nikaia/translation-sheet

Laravel Translation via Google Spreadsheet

294606.4k1](/packages/nikaia-translation-sheet)[tigrov/yii2-country

Country data for Yii2 using Intl extension and more.

151.1k](/packages/tigrov-yii2-country)

PHPackages © 2026

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