PHPackages                             efectn/laravel-langman-gui - 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. efectn/laravel-langman-gui

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

efectn/laravel-langman-gui
==========================

A GUI for managing JSON translations for Laravel 9.x.

v0.4.1(4y ago)0101MITPHPPHP &gt;=8.0

Since Apr 25Pushed 4y agoCompare

[ Source](https://github.com/efectn/laravel-langman-gui)[ Packagist](https://packagist.org/packages/efectn/laravel-langman-gui)[ Docs](https://github.com/efectn/laravel-langman-gui)[ RSS](/packages/efectn-laravel-langman-gui/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (10)Used By (0)

Laravel Language Manager
========================

[](#laravel-language-manager)

Langman is a GUI for managing JSON translations for Laravel 9.x.

Originally forked from [themsaid/laravel-langman-gui](https://github.com/themsaid/laravel-langman-gui), but under active maintenance.

[![Laravel Langman](https://camo.githubusercontent.com/708e319918cca9655685098a1565f380f65f4d712d10390f2520067ab51e289e/68747470733a2f2f7331342e706f7374696d672e6f72672f6a393974756b6663682f53637265656e5f53686f745f323031372d30352d30325f61745f392e35362e34395f414d2e706e67)](https://camo.githubusercontent.com/708e319918cca9655685098a1565f380f65f4d712d10390f2520067ab51e289e/68747470733a2f2f7331342e706f7374696d672e6f72672f6a393974756b6663682f53637265656e5f53686f745f323031372d30352d30325f61745f392e35362e34395f414d2e706e67)
[![Latest Stable Version](https://camo.githubusercontent.com/ffffffda052ae3ea64167f1eb0e5f4a0340681edbbf97a1406b549b8710b58c4/68747470733a2f2f706f7365722e707567782e6f72672f65666563746e2f6c61726176656c2d6c616e676d616e2d6775692f762f737461626c652e737667)](https://packagist.org/packages/efectn/laravel-langman-gui)[![Total Downloads](https://camo.githubusercontent.com/d07589360a6e834325345a5e24c8843cf37d8e8ef56d5cdd39f45c5488ba76e5/68747470733a2f2f706f7365722e707567782e6f72672f65666563746e2f6c61726176656c2d6c616e676d616e2d6775692f642f746f74616c2e737667)](https://packagist.org/packages/efectn/laravel-langman-gui)[![License](https://camo.githubusercontent.com/77ba8e22ffa246ddc4962f1d124a9ca1322dd285cc31e08668dad429c7c9e8fc/68747470733a2f2f706f7365722e707567782e6f72672f65666563746e2f6c61726176656c2d6c616e676d616e2d6775692f6c6963656e73652e737667)](https://packagist.org/packages/efectn/laravel-langman-gui)

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

[](#installation)

Begin by installing the package through Composer. Run the following command in your terminal:

```
$ composer require efectn/laravel-langman-gui

```

Then publish the configuration file &amp; assets:

```
php artisan vendor:publish --provider=Efectn\\LangmanGUI\\LangmanServiceProvider

```

Usage
-----

[](#usage)

1. Edit `routes/web.php`:

Wrap routes like this.

```
Route::group(['prefix' => 'langman', 'middleware' => ['web']], function () {
    \Efectn\LangmanGUI\Manager::routes();
});
```

2. Just Browse

Enter `http://project.dev/langman`, using this interface you'll be able to browse translation keys in different languages, add/remove keys, scan your project files for missing translations, and finally save your changes to the language JSON files.

Backup
------

[](#backup)

Langman stores a backup of your entire `resources/lang` directory into `storage/langmanGUI`, you can use restore the original files using this backup in case anything went wrong.

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 65% 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 ~228 days

Recently: every ~454 days

Total

9

Last Release

1576d ago

PHP version history (3 changes)v0.1.0PHP ^7.0

v0.3.0PHP ^7.0 || ^7.1

v0.4.0PHP &gt;=8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/45270788?v=4)[M. Efe Çetin](/maintainers/efectn)[@efectn](https://github.com/efectn)

---

Top Contributors

[![themsaid](https://avatars.githubusercontent.com/u/4332182?v=4)](https://github.com/themsaid "themsaid (39 commits)")[![efectn](https://avatars.githubusercontent.com/u/45270788?v=4)](https://github.com/efectn "efectn (7 commits)")[![danijelk](https://avatars.githubusercontent.com/u/580753?v=4)](https://github.com/danijelk "danijelk (5 commits)")[![joedixon](https://avatars.githubusercontent.com/u/3438564?v=4)](https://github.com/joedixon "joedixon (3 commits)")[![jakub-klapka](https://avatars.githubusercontent.com/u/5950996?v=4)](https://github.com/jakub-klapka "jakub-klapka (1 commits)")[![atefBB](https://avatars.githubusercontent.com/u/10966925?v=4)](https://github.com/atefBB "atefBB (1 commits)")[![mathieutu](https://avatars.githubusercontent.com/u/11351322?v=4)](https://github.com/mathieutu "mathieutu (1 commits)")[![nunomaduro](https://avatars.githubusercontent.com/u/5457236?v=4)](https://github.com/nunomaduro "nunomaduro (1 commits)")[![Omranic](https://avatars.githubusercontent.com/u/406705?v=4)](https://github.com/Omranic "Omranic (1 commits)")[![Grupa-Leonardo](https://avatars.githubusercontent.com/u/39984485?v=4)](https://github.com/Grupa-Leonardo "Grupa-Leonardo (1 commits)")

---

Tags

laravellocalizationmultilingualtranslationslaravellocalizationtranslationmultilingual

### Embed Badge

![Health badge](/badges/efectn-laravel-langman-gui/health.svg)

```
[![Health](https://phpackages.com/badges/efectn-laravel-langman-gui/health.svg)](https://phpackages.com/packages/efectn-laravel-langman-gui)
```

###  Alternatives

[kkomelin/laravel-translatable-string-exporter

Translatable String Exporter for Laravel

3291.6M23](/packages/kkomelin-laravel-translatable-string-exporter)[tio/laravel

Add this package to localize your Laravel application (PHP, JSON or GetText).

170346.0k](/packages/tio-laravel)[jayesh/laravel-gemini-translator

An interactive command to extract and generate Laravel translations using Gemini AI.

712.5k1](/packages/jayesh-laravel-gemini-translator)

PHPackages © 2026

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