PHPackages                             fschirinzi/translation-manager-for-laravel - 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. fschirinzi/translation-manager-for-laravel

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

fschirinzi/translation-manager-for-laravel
==========================================

Package to manage Laravel translations locally

1.4.0(4y ago)51361[1 issues](https://github.com/fschirinzi/translation-manager-for-laravel/issues)MITPHPPHP ^7.1.3|^8.0CI passing

Since May 3Pushed 2w ago1 watchersCompare

[ Source](https://github.com/fschirinzi/translation-manager-for-laravel)[ Packagist](https://packagist.org/packages/fschirinzi/translation-manager-for-laravel)[ GitHub Sponsors](https://github.com/fschirinzi)[ RSS](/packages/fschirinzi-translation-manager-for-laravel/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (10)Dependencies (4)Versions (13)Used By (0)

Translation Manager For Laravel
===============================

[](#translation-manager-for-laravel)

[ ![Tests](https://github.com/fschirinzi/translation-manager-for-laravel/workflows/Tests/badge.svg)](https://github.com/fschirinzi/translation-manager-for-laravel/actions)[ ![Latest Stable Version](https://camo.githubusercontent.com/f12088dc0661e0aae8adb40c2c2980859234f837807ce2b62279fd58d097940b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f667363686972696e7a692f7472616e736c6174696f6e2d6d616e616765722d666f722d6c61726176656c)](https://packagist.org/packages/fschirinzi/translation-manager-for-laravel)[ ![PHP Version](https://camo.githubusercontent.com/a5fe8749d15999eed073023efb5caf56b12ff3d6e8abe623c2254b0b7b97a2c3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f667363686972696e7a692f7472616e736c6174696f6e2d6d616e616765722d666f722d6c61726176656c)](https://packagist.org/packages/fschirinzi/translation-manager-for-laravel)[ ![Total Downloads](https://camo.githubusercontent.com/905a64ebf45db4fda47c7f9122812a54315c5d2196556850fafba74223ca494c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f667363686972696e7a692f7472616e736c6174696f6e2d6d616e616765722d666f722d6c61726176656c)](https://packagist.org/packages/fschirinzi/translation-manager-for-laravel)Easy to use package that helps you with the translation of your Laravel application locally.

[![Output example](https://camo.githubusercontent.com/8bbf580a3fcd1b24f1e61deb76fe9f50b2854d1f89b3ec280db4feaa7f91b281/68747470733a2f2f6672616e636573636f2e7363686972696e7a692e6d652f6173736574732f7472616e736c6174696f6e5f6d616e616765725f666f725f6c61726176656c2e6a706567)](https://camo.githubusercontent.com/8bbf580a3fcd1b24f1e61deb76fe9f50b2854d1f89b3ec280db4feaa7f91b281/68747470733a2f2f6672616e636573636f2e7363686972696e7a692e6d652f6173736574732f7472616e736c6174696f6e5f6d616e616765725f666f725f6c61726176656c2e6a706567)

### Features

[](#features)

✅ Check all locales
✅ Check nested translations
✅ Check nested directories
✅ Display where translations are found
✅ Display where translations are missing
✅ Export all translations to CSV for easy sharing with your translator

Requirements
------------

[](#requirements)

- PHP `8.2` or higher
- Laravel `11`, `12` or `13`

> Older Laravel versions (6–10) are supported by the [`1.x`](https://github.com/fschirinzi/translation-manager-for-laravel/tree/1.x) release line.

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

[](#installation)

```
composer require fschirinzi/translation-manager-for-laravel --dev
```

The service provider is registered automatically via Laravel's package discovery.

Usage
-----

[](#usage)

### Validation

[](#validation)

Use default Laravel's path to lang files:

```
php artisan translations:validate
```

You can specify a relative or absolute path to `lang` directory location:

```
php artisan translations:validate --dir=/other/dir/with/my-custom-languages
```

Nested keys are displayed using a dot (`.`) by default. Use `--separator` (or `-s`) to change it:

```
php artisan translations:validate --separator=/
```

### Export

[](#export)

```
php artisan translations:export -o /tmp/my-translations.csv
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

Maintainers
-----------

[](#maintainers)

- [Francesco](https://github.com/fschirinzi)

License
-------

[](#license)

`Translation Manager For Laravel` is open-sourced software licensed under [the MIT license](LICENSE).

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance59

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 96.4% 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 ~28 days

Recently: every ~37 days

Total

10

Last Release

1633d ago

PHP version history (2 changes)1.0.0PHP ^7.1.3

1.2.0PHP ^7.1.3|^8.0

### Community

Maintainers

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

---

Top Contributors

[![fschirinzi](https://avatars.githubusercontent.com/u/5647342?v=4)](https://github.com/fschirinzi "fschirinzi (54 commits)")[![claude](https://avatars.githubusercontent.com/u/81847?v=4)](https://github.com/claude "claude (1 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")

---

Tags

laraveltranslationsfschirinzi

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fschirinzi-translation-manager-for-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/fschirinzi-translation-manager-for-laravel/health.svg)](https://phpackages.com/packages/fschirinzi-translation-manager-for-laravel)
```

###  Alternatives

[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M200](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4925.3k](/packages/erag-laravel-lang-sync-inertia)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725173.2k14](/packages/tallstackui-tallstackui)

PHPackages © 2026

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