PHPackages                             tomatophp/filament-translations-gpt - 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. tomatophp/filament-translations-gpt

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

tomatophp/filament-translations-gpt
===================================

Translations Manager extension to use ChatGPT openAI to auto translate your \_\_(), trans() fn

v4.0.0(8mo ago)293.9k↓44.1%5[3 PRs](https://github.com/tomatophp/filament-translations-gpt/pulls)MITPHPPHP ^8.2|^8.3|^8.4CI passing

Since Oct 28Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/tomatophp/filament-translations-gpt)[ Packagist](https://packagist.org/packages/tomatophp/filament-translations-gpt)[ GitHub Sponsors](https://github.com/fadymondy)[ RSS](/packages/tomatophp-filament-translations-gpt/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (15)Versions (7)Used By (0)

[![Screenshot](https://raw.githubusercontent.com/tomatophp/filament-translations-gpt/master/arts/fadymondy-tomato-translations-gpt.jpg)](https://raw.githubusercontent.com/tomatophp/filament-translations-gpt/master/arts/fadymondy-tomato-translations-gpt.jpg)

Filament Translations GPT
=========================

[](#filament-translations-gpt)

[![Dependabot Updates](https://github.com/tomatophp/filament-translations-gpt/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/tomatophp/filament-translations-gpt/actions/workflows/dependabot/dependabot-updates)[![PHP Code Styling](https://github.com/tomatophp/filament-translations-gpt/actions/workflows/fix-php-code-styling.yml/badge.svg)](https://github.com/tomatophp/filament-translations-gpt/actions/workflows/fix-php-code-styling.yml)[![Tests](https://github.com/tomatophp/filament-translations-gpt/actions/workflows/tests.yml/badge.svg)](https://github.com/tomatophp/filament-translations-gpt/actions/workflows/tests.yml)[![Latest Stable Version](https://camo.githubusercontent.com/52961748f703f26251b08b1f98408ec2f8e517d59796ec63b6c473a80cd486c1/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d7472616e736c6174696f6e732d6770742f76657273696f6e2e737667)](https://packagist.org/packages/tomatophp/filament-translations-gpt)[![License](https://camo.githubusercontent.com/9c6d5de56161fd12723dd06415c86c72e041a4aff0f31448e3c82f1d14ff1a79/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d7472616e736c6174696f6e732d6770742f6c6963656e73652e737667)](https://packagist.org/packages/tomatophp/filament-translations-gpt)[![Downloads](https://camo.githubusercontent.com/fe0a1b216871ebf141baff0d80fc75e0c895ea7b4e38fc038207a0915e14274d/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d7472616e736c6174696f6e732d6770742f642f746f74616c2e737667)](https://packagist.org/packages/tomatophp/filament-translations-gpt)

Translations Manager extension to use ChatGPT openAI to auto translate your \_\_(), trans() fn

Screenshots
-----------

[](#screenshots)

[![GPT Action](https://raw.githubusercontent.com/tomatophp/filament-translations-gpt/master/arts/gpt-action.png)](https://raw.githubusercontent.com/tomatophp/filament-translations-gpt/master/arts/gpt-action.png)[![GPT Modal](https://raw.githubusercontent.com/tomatophp/filament-translations-gpt/master/arts/gpt-modal.png)](https://raw.githubusercontent.com/tomatophp/filament-translations-gpt/master/arts/gpt-modal.png)

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

[](#installation)

before install this package you need to have [Translation Manager](https://www.github.com/tomatophp/filament-translations) installed and configured

```
composer require tomatophp/filament-translations-gpt
```

after install your package please run this command

```
php artisan filament-translations-gpt:install
```

finally register the plugin on `/app/Providers/Filament/AdminPanelProvider.php`

```
->plugin(\TomatoPHP\FilamentTranslationsGpt\FilamentTranslationsGptPlugin::make())
```

Usage
-----

[](#usage)

now you need to add the following to your `.env` file:

```
OPENAI_API_KEY=
OPENAI_ORGANIZATION=
```

now you need to clear you cache

```
php artisan config:clear
```

Publish Assets
--------------

[](#publish-assets)

you can publish config file by use this command

```
php artisan vendor:publish --tag="filament-translations-gpt-config"
```

you can publish languages file by use this command

```
php artisan vendor:publish --tag="filament-translations-gpt-lang"
```

Testing
-------

[](#testing)

if you like to run `PEST` testing just use this command

```
composer test
```

Code Style
----------

[](#code-style)

if you like to fix the code style just use this command

```
composer format
```

PHPStan
-------

[](#phpstan)

if you like to check the code by `PHPStan` just use this command

```
composer analyse
```

Other Filament Packages
-----------------------

[](#other-filament-packages)

Checkout our [Awesome TomatoPHP](https://github.com/tomatophp/awesome)

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance69

Regular maintenance activity

Popularity33

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~150 days

Total

3

Last Release

267d ago

Major Versions

v1.0.1 → v4.0.02025-08-24

PHP version history (2 changes)v1.0.0PHP ^8.1|^8.2

v4.0.0PHP ^8.2|^8.3|^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/2147eb2fca7ab5f0124d0fafd88ba2d2a5dfa3a0036fb8872d1084b7cba29366?d=identicon)[fadymondy](/maintainers/fadymondy)

---

Top Contributors

[![fadymondy](https://avatars.githubusercontent.com/u/11937812?v=4)](https://github.com/fadymondy "fadymondy (24 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")[![joaojkuligowski](https://avatars.githubusercontent.com/u/63463410?v=4)](https://github.com/joaojkuligowski "joaojkuligowski (3 commits)")[![eele94](https://avatars.githubusercontent.com/u/8152346?v=4)](https://github.com/eele94 "eele94 (1 commits)")

---

Tags

phplaraveltranslationfilament-pluginfilamentphpChatGptOpen AIlaravel-aiauto-translate

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/tomatophp-filament-translations-gpt/health.svg)

```
[![Health](https://phpackages.com/badges/tomatophp-filament-translations-gpt/health.svg)](https://phpackages.com/packages/tomatophp-filament-translations-gpt)
```

###  Alternatives

[bezhansalleh/filament-language-switch

Zero config Language Switch(Changer/Localizer) plugin for filamentphp admin

3431.0M16](/packages/bezhansalleh-filament-language-switch)[tomatophp/filament-language-switcher

Switch between languages on your app using user base column on database

3422.8k1](/packages/tomatophp-filament-language-switcher)[jayesh/laravel-gemini-translator

An interactive command to extract and generate Laravel translations using Gemini AI.

691.7k1](/packages/jayesh-laravel-gemini-translator)[tomatophp/filament-types

Manage any type on your app in Database with easy to use Resource for FilamentPHP

5616.7k8](/packages/tomatophp-filament-types)[tomatophp/filament-api

Generate APIs from your filament resource using single line of code

507.1k1](/packages/tomatophp-filament-api)[opgginc/codezero-laravel-localized-routes

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

2770.1k1](/packages/opgginc-codezero-laravel-localized-routes)

PHPackages © 2026

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