PHPackages                             cube-agency/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. cube-agency/filament-translations

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

cube-agency/filament-translations
=================================

Filament plugin for language/translations management

v3.0.0(4d ago)11.3k↓77.3%MITPHPPHP ^8.3

Since Apr 23Pushed 4d ago4 watchersCompare

[ Source](https://github.com/cube-agency/filament-translations)[ Packagist](https://packagist.org/packages/cube-agency/filament-translations)[ Docs](https://github.com/cube-agency/filament-translations)[ RSS](/packages/cube-agency-filament-translations/feed)WikiDiscussions main Synced yesterday

READMEChangelog (9)Dependencies (25)Versions (12)Used By (0)

Filament plugin for language/translations management
====================================================

[](#filament-plugin-for-languagetranslations-management)

[![Latest Version on Packagist](https://camo.githubusercontent.com/cd0b0fb7b0e68173592cdf15a471074c690668987a1544d89eae825603733249/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f637562652d6167656e63792f66696c616d656e742d7472616e736c6174696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cube-agency/filament-translations)[![GitHub Tests Action Status](https://camo.githubusercontent.com/2996ef69e89c064981330c4cc3ec6ecb60cf3428e771e9d5647d0dc1e64c9fde/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f637562652d6167656e63792f66696c616d656e742d7472616e736c6174696f6e732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/cube-agency/filament-translations/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/68b456db79a7007920c79247c95c2e78d249b19d5f95913117a62e78d6796ecb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f637562652d6167656e63792f66696c616d656e742d7472616e736c6174696f6e732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/cube-agency/filament-translations/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/444dd1b59be3d6959b600733d61af7408360daa0e348d5ce213c4c5fc3fbfbb5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f637562652d6167656e63792f66696c616d656e742d7472616e736c6174696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cube-agency/filament-translations)

Adds Language/Translations resources with import/export functionality.

Compatibility
-------------

[](#compatibility)

Package VersionFilament Version1.x3.x2.x4.x3.x5.xInstallation
------------

[](#installation)

You can install the package via composer:

```
composer require cube-agency/filament-translations
```

Run migrations:

```
php artisan migrate
```

Add the plugin to your panel provider:

```
use CubeAgency\FilamentTranslations\FilamentTranslationsPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ...
        ->plugins([
            ...
            FilamentTranslationsPlugin::make()
        ]);
}
```

Optionally, you can publish the views using

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

Usage
-----

[](#usage)

- Add language(s) in Language resource
- Run import command to load translations from language (/lang) files

```
php artisan translator:load
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Dmitrijs Mihailovs](https://github.com/cube-agency)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance99

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Every ~88 days

Recently: every ~112 days

Total

10

Last Release

4d ago

Major Versions

v1.0.5 → v2.0.02025-10-06

v2.0.1 → v3.0.02026-06-29

PHP version history (3 changes)v1.0.0PHP ^8.1

v2.0.0PHP ^8.2

v3.0.0PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/686243?v=4)[Miks Miķelsons](/maintainers/miks)[@miks](https://github.com/miks)

---

Top Contributors

[![dmitrijsmihailovs](https://avatars.githubusercontent.com/u/6555569?v=4)](https://github.com/dmitrijsmihailovs "dmitrijsmihailovs (13 commits)")

---

Tags

laraveltranslationsfilamentCubeAgencyfilament-translations

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/cube-agency-filament-translations/health.svg)

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

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

274325.8k8](/packages/croustibat-filament-jobs-monitor)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6649.5k1](/packages/marcelweidum-filament-passkeys)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)

PHPackages © 2026

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