PHPackages                             downtoworld/filament-multilanguage - 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. downtoworld/filament-multilanguage

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

downtoworld/filament-multilanguage
==================================

Laravel Filament Plugin for Translations

116[1 PRs](https://github.com/DownToWorld/filament-multilanguage/pulls)PHP

Since May 3Pushed 1y agoCompare

[ Source](https://github.com/DownToWorld/filament-multilanguage)[ Packagist](https://packagist.org/packages/downtoworld/filament-multilanguage)[ RSS](/packages/downtoworld-filament-multilanguage/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

WIP! Laravel Filament Automatic Translations
============================================

[](#wip-laravel-filament-automatic-translations)

[![Latest Version on Packagist](https://camo.githubusercontent.com/476a589304d11ddd63299a8586f6f48ea1fd8a1f085284b9123d700b723fd769/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646f776e746f776f726c642f66696c616d656e742d6d756c74696c616e67756167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/downtoworld/filament-multilanguage)[![GitHub Tests Action Status](https://camo.githubusercontent.com/f98446f9dc74cc5b6f0cae0805a4f856f8b5c628fb4d3915ed526fba45d1e66a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f646f776e746f776f726c642f66696c616d656e742d6d756c74696c616e67756167652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/downtoworld/filament-multilanguage/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/148c7accb0fe011412b9f96478a5ea0be99b27d3a60c0ddad2616fb0185101d9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f646f776e746f776f726c642f66696c616d656e742d6d756c74696c616e67756167652f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/downtoworld/filament-multilanguage/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/ad43ecd153cb4a77e7e95c47fb19263a5875b2e7d1a2282f59e2adfd86dafab4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f646f776e746f776f726c642f66696c616d656e742d6d756c74696c616e67756167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/downtoworld/filament-multilanguage)

This package aims to auto-discover most of the places that should be translated from your Filament application.

Then it also lets you translate them directly from the UI while using a cache driver so there is no performance issues.

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

[](#installation)

You can install the package via composer:

```
composer require "downtoworld/filament-multilanguage:dev-main"
```

You can add the plugin to your panel (normally AdminPanelProvider):

```
use DTW\FilamentMultilanguage\FilamentMultilanguagePlugin;

$panel
    ...
    ->plugin(new FilamentMultilanguagePlugin)
    ...
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-multilanguage-migrations"
php artisan migrate
```

You can publish the config file with:

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

This is the contents of the published config file:

```
return [
    'languages' => ['en', 'es', 'fr'], // CONFIGURE YOUR AVAILABLE LOCALES HERE
    'authorized_emails' => [
        //user@user.com INSERT YOUR EMAILS HERE
    ]
];
```

Changelog
---------

[](#changelog)

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

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Sergio Rodenas](https://github.com/sergiorodenas)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity21

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.

### Community

Maintainers

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

---

Top Contributors

[![sergiorodenas](https://avatars.githubusercontent.com/u/2689890?v=4)](https://github.com/sergiorodenas "sergiorodenas (15 commits)")

---

Tags

languageslaravel-filamentlocalizationmagic-the-gathering

### Embed Badge

![Health badge](/badges/downtoworld-filament-multilanguage/health.svg)

```
[![Health](https://phpackages.com/badges/downtoworld-filament-multilanguage/health.svg)](https://phpackages.com/packages/downtoworld-filament-multilanguage)
```

###  Alternatives

[smmoosavi/php-gettext

Wrapper for php-gettext by danilo segan. This library provides PHP functions to read MO files even when gettext is not compiled in or when appropriate locale is not present on the system.

1927.0k1](/packages/smmoosavi-php-gettext)

PHPackages © 2026

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