PHPackages                             naimkhalifa/filament-translations-manager - 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. naimkhalifa/filament-translations-manager

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

naimkhalifa/filament-translations-manager
=========================================

This is my package filament-translations-manager

05[3 PRs](https://github.com/naimkhalifa/filament-translations-manager/pulls)PHP

Since Oct 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/naimkhalifa/filament-translations-manager)[ Packagist](https://packagist.org/packages/naimkhalifa/filament-translations-manager)[ RSS](/packages/naimkhalifa-filament-translations-manager/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

This is my package filament-translations-manager
================================================

[](#this-is-my-package-filament-translations-manager)

[![Latest Version on Packagist](https://camo.githubusercontent.com/876bbca0d3e7ca8db2dd1f94e34bd71872da305d34fb618735890774c2814eb8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e61696d6b68616c6966612f66696c616d656e742d7472616e736c6174696f6e732d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/naimkhalifa/filament-translations-manager)[![GitHub Tests Action Status](https://camo.githubusercontent.com/797c7870b4747069e341ec3dcba656a80809e0bf44b1671b485f21af453bb9d3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e61696d6b68616c6966612f66696c616d656e742d7472616e736c6174696f6e732d6d616e616765722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/naimkhalifa/filament-translations-manager/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/5a060f1f0199c4f008e5fc5d3dcb4305c064f3215d7d66d8badbd419816c4422/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e61696d6b68616c6966612f66696c616d656e742d7472616e736c6174696f6e732d6d616e616765722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/naimkhalifa/filament-translations-manager/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/3aa97544c2521d730e2a6542b17c737364e15610582444c7fc0dfaf0e52e4886/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e61696d6b68616c6966612f66696c616d656e742d7472616e736c6174696f6e732d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/naimkhalifa/filament-translations-manager)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require naimkhalifa/filament-translations-manager
```

You can publish and run the migrations with:

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

You can publish the config file with:

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

Optionally, you can publish the views using

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

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$filamentTranslationsManager = new Naimkhalifa\FilamentTranslationsManager();
echo $filamentTranslationsManager->echoPhrase('Hello, Naimkhalifa!');
```

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)

- [Naïm Khalifa](https://github.com/naimkhalifa)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 58.3% 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/9f646a906aad1c881847963a4059e75b1cd8d524598c46f52aafcb23b45aafb9?d=identicon)[naimkhalifa](/maintainers/naimkhalifa)

---

Top Contributors

[![naimkhalifa](https://avatars.githubusercontent.com/u/7080564?v=4)](https://github.com/naimkhalifa "naimkhalifa (7 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

### Embed Badge

![Health badge](/badges/naimkhalifa-filament-translations-manager/health.svg)

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

###  Alternatives

[symfony/translation

Provides tools to internationalize your application

6.6k836.5M2.1k](/packages/symfony-translation)[nesbot/carbon

An API extension for DateTime that supports 281 different languages.

169661.4M4.8k](/packages/nesbot-carbon)[joedixon/laravel-translation

A tool for managing all of your Laravel translations

717911.4k11](/packages/joedixon-laravel-translation)[illuminate/translation

The Illuminate Translation package.

6936.4M495](/packages/illuminate-translation)[lajax/yii2-translate-manager

Translation management extension for Yii 2

227578.8k13](/packages/lajax-yii2-translate-manager)[larswiegers/laravel-translations-checker

Make sure your laravel translations are checked and are included in all languages.

256423.2k2](/packages/larswiegers-laravel-translations-checker)

PHPackages © 2026

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