PHPackages                             momik/laravel-google-sheet-i18n - 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. momik/laravel-google-sheet-i18n

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

momik/laravel-google-sheet-i18n
===============================

Generate and update Laravel language files using Google Sheets with auto-translation formulas.

v1.0.0(4mo ago)00MITPHPPHP ^8.0CI passing

Since Feb 14Pushed 4mo agoCompare

[ Source](https://github.com/PG-Momik/laravel-google-sheet-i18n)[ Packagist](https://packagist.org/packages/momik/laravel-google-sheet-i18n)[ Docs](https://github.com/PG-Momik/laravel-google-sheet-i18n)[ RSS](/packages/momik-laravel-google-sheet-i18n/feed)WikiDiscussions main Synced today

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

Laravel Google Sheets Translator
================================

[](#laravel-google-sheets-translator)

**Manage your Laravel application translations effortlessly using Google Sheets.**

Say goodbye to manual JSON editing. Generate and update your language files via Google Sheets, use powerful formulas like `=GOOGLETRANSLATE()`, and pull them back into your app instantly.

[View Documentation](https://pg-momik.github.io/laravel-google-sheet-i18n/)

[![Screenshot Placeholder](docs/screenshots/placeholder_image.png)](docs/screenshots/placeholder_image.png)

Features
--------

[](#features)

- **Smart Generation**: Push local keys to Sheets, generate translations, and pull them back.
- **Auto-Translate**: Leverage Google Sheets formulas for instant draft translations.
- **Smart Update**: Only new keys are added; existing translations are preserved.
- **Formula Support**: Preserves your custom formulas and row formatting.
- **Team Collaboration**: Share the Sheet link with translators. No Git access needed.
- **Visual Dashboard**: Premium UI to generate locales and track progress in real-time.

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

[](#requirements)

- **PHP**: ^8.0
- **Laravel**: ^8.0 | ^9.0 | ^10.0 | ^11.0 | ^12.0

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

[](#installation)

```
composer require momik/laravel-google-sheet-i18n
```

Run the interactive installer:

```
php artisan google-sheet-i18n:install
```

Google Setup (The "Google Thingy")
----------------------------------

[](#google-setup-the-google-thingy)

To use this package, you need a Google Service Account.

1. **Create Project**: Go to [Google Cloud Console](https://console.cloud.google.com/) and create a project.
2. **Enable API**: Enable "Google Sheets API".
3. **Service Account**: Create a Service Account (APIs &amp; Services &gt; Credentials).
4. **Key**: Create a JSON key for the Service Account and download it to your project (e.g., `storage/app/google-service-account.json`).
5. **Share**: Open your Google Sheet and **Share** it with the `client_email` from your JSON file (Editor access).

*See full guide in [docs/google-setup.md](docs/google-setup.md)*.

Configuration (.env)
--------------------

[](#configuration-env)

```
GOOGLE_SHEET_I18N_ID=your_spreadsheet_id_from_url
GOOGLE_APPLICATION_CREDENTIALS=storage/app/google-service-account.json
```

Usage
-----

[](#usage)

### Via CLI

[](#via-cli)

Generate specific locales (e.g., Spanish, French):

```
php artisan translate:sheet es,fr
```

### Via Browser

[](#via-browser)

Visit `/translation-manager` to access the visual generation dashboard.

Documentation
-------------

[](#documentation)

Full documentation is available in the [`docs/`](docs/) directory.

License
-------

[](#license)

MIT

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance74

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

140d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/45147f983db165bdafdd797027d6047f7a236058c1ffab91c047469a50b03ae6?d=identicon)[PG-Momik](/maintainers/PG-Momik)

---

Top Contributors

[![PG-Momik](https://avatars.githubusercontent.com/u/57512059?v=4)](https://github.com/PG-Momik "PG-Momik (2 commits)")

---

Tags

laravellocalizationi18nlanguagetranslationgoogle-sheets

### Embed Badge

![Health badge](/badges/momik-laravel-google-sheet-i18n/health.svg)

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

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4925.3k](/packages/erag-laravel-lang-sync-inertia)[opgginc/codezero-laravel-localized-routes

A convenient way to set up, manage and use localized routes in a Laravel app.

29119.1k1](/packages/opgginc-codezero-laravel-localized-routes)[longman/laravel-multilang

Package to integrate multi language (multi locale) functionality in Laravel 5.x

5414.6k1](/packages/longman-laravel-multilang)[niels-numbers/laravel-localizer

Detects the user’s preferred language and redirects to the matching localized URL.

183.4k](/packages/niels-numbers-laravel-localizer)

PHPackages © 2026

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