PHPackages                             3x1io/filament-translations - 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. 3x1io/filament-translations

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

3x1io/filament-translations
===========================

Translations With DB &amp; UI

v1.2.1(2y ago)515.4k131MITPHPPHP ^8.1

Since Jan 25Pushed 2y ago2 watchersCompare

[ Source](https://github.com/fadymondy/filament-translations)[ Packagist](https://packagist.org/packages/3x1io/filament-translations)[ Docs](https://3x1.io)[ GitHub Sponsors](https://github.com/3x1io)[ RSS](/packages/3x1io-filament-translations/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (10)Dependencies (4)Versions (12)Used By (1)

[![Screenshot of Login](./arts/screenshot.png)](./arts/screenshot.png)

Filament Translations
=====================

[](#filament-translations)

Manage your translation with DB and cache, you can scan your languages tags like `trans()`, `__()`, and get the string inside and translate them use UI.

this plugin is build in [spatie/laravel-translation-loader](https://github.com/spatie/laravel-translation-loader)

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

[](#screenshots)

[![Screenshot of list](./arts/list.png)](./arts/list.png)[![Screenshot of settings](./arts/setting.png)](./arts/setting.png)[![Screenshot of edit](./arts/edit.png)](./arts/edit.png)

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

[](#installation)

You can install the package via composer:

```
composer require 3x1io/filament-translations
```

Run migration:

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

In `config/app.php` (Laravel) or `bootstrap/app.php` (Lumen) you should replace Laravel's translation service provider

```
Illuminate\Translation\TranslationServiceProvider::class,
```

by the one included in this package:

```
Spatie\TranslationLoader\TranslationServiceProvider::class,
```

Add Language Middleware
-----------------------

[](#add-language-middleware)

go to app/Http/Kernel.php and add new middleware to $middlewareGroups

```
    'web' => [
        //...
        \io3x1\FilamentTranslations\Http\Middleware\LanguageMiddleware::class,
    ],
```

go to config/filament.php and add middleware to middleware auth array

```
    'middleware' => [
        'auth' => [
            //...
            \io3x1\FilamentTranslations\Http\Middleware\LanguageMiddleware::class
        ],
        //...
    ];
```

and now clear cache

```
php artisan optimize:clear
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Fady Mondy](https://github.com/3x1io)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 67.6% 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 ~59 days

Recently: every ~131 days

Total

11

Last Release

981d ago

PHP version history (2 changes)v1.0.0PHP ^8.0

v1.2.0PHP ^8.1

### 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 (25 commits)")[![vincent-tarrit](https://avatars.githubusercontent.com/u/91567748?v=4)](https://github.com/vincent-tarrit "vincent-tarrit (7 commits)")[![vlados](https://avatars.githubusercontent.com/u/46914?v=4)](https://github.com/vlados "vlados (2 commits)")[![drifteaur](https://avatars.githubusercontent.com/u/3732?v=4)](https://github.com/drifteaur "drifteaur (1 commits)")[![saade](https://avatars.githubusercontent.com/u/14329460?v=4)](https://github.com/saade "saade (1 commits)")[![ShaungBhone](https://avatars.githubusercontent.com/u/56265471?v=4)](https://github.com/ShaungBhone "ShaungBhone (1 commits)")

---

Tags

laraveltranslationsuifilament

### Embed Badge

![Health badge](/badges/3x1io-filament-translations/health.svg)

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

###  Alternatives

[kenepa/translation-manager

Manage your application's translation strings in Filament.

14583.6k2](/packages/kenepa-translation-manager)[statikbe/laravel-filament-chained-translation-manager

A translation manager tool for Laravel Filament, that makes use of the Laravel Chained Translator.

92108.7k](/packages/statikbe-laravel-filament-chained-translation-manager)[cactus-galaxy/filament-astrotomic

Filament support for Astrotomic's Laravel Translatable package.

2516.3k](/packages/cactus-galaxy-filament-astrotomic)[outerweb/filament-translatable-fields

Filament integration for spatie/laravel-translatable

3582.9k8](/packages/outerweb-filament-translatable-fields)[abdulmajeed-jamaan/filament-translatable-tabs

Simplifying managing json based translation columns using tabs

3755.2k1](/packages/abdulmajeed-jamaan-filament-translatable-tabs)[andreia/filament-ui-switcher

Add a modal with options to switch between different UI layouts and styles (colors, fonts, font sizes).

233.8k](/packages/andreia-filament-ui-switcher)

PHPackages © 2026

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