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

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

geniusts/laravel-translation-manager
====================================

A WebUI to manage translation files for Laravel, create or update existing languages files.

0.0.9(5y ago)45.2k1MITPHPPHP &gt;=5.6.4

Since Jul 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/GeniusTS/laravel-translation-manager)[ Packagist](https://packagist.org/packages/geniusts/laravel-translation-manager)[ RSS](/packages/geniusts-laravel-translation-manager/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (5)Versions (10)Used By (0)

Translation manager for Laravel 5.x
===================================

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

A WebUI to manage translation files for Laravel.

- [Features](#features)
- [Installation](#installation)
- [Screen shots for WebUI](#images)
- [License](#license)

### Features

[](#features)

- Update existing translation file.
- Create new language for a translation file.
- Manage languages files of third party packages.

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

[](#installation)

1- Add the package to your project.

Add it to your `composer.json` file

```
"geniusts/laravel-translation-manager": "~0.1.0"

```

or install it via `composer`.

```
composer require geniusts/laravel-translation-manager

```

2- Add the package service provider to `config/app.php` file, under `providers` section.

```
GeniusTS\TranslationManager\TranslationManagerServiceProvider::class,
```

The service provider will added automatically if you are using Laravel 5.5

3- If you want to change prefix or middleware applied on routes, publish configuration file.

```
artisan vendor:publish --provider='\GeniusTS\TranslationManager\TranslationManagerServiceProvider' --tag=config

```

4- If you want to change views layouts, publish views files.

```
artisan vendor:publish --provider='\GeniusTS\TranslationManager\TranslationManagerServiceProvider' --tag=views

```

images
------

[](#images)

[![Main page](./main_page.png)](./main_page.png)[![Editing page](./editing_page.png)](./editing_page.png)

License
-------

[](#license)

This package is free software distributed under the terms of the MIT license.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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 ~167 days

Recently: every ~303 days

Total

9

Last Release

1933d ago

### Community

Maintainers

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

---

Top Contributors

[![aboudeh87](https://avatars.githubusercontent.com/u/10183425?v=4)](https://github.com/aboudeh87 "aboudeh87 (19 commits)")

---

Tags

laraveltranslationtranslation-manager

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

76518.2M120](/packages/laravel-mcp)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9742.3M122](/packages/roots-acorn)[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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