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

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

habib/new-laravel-translation-manager
=====================================

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

014Blade

Since May 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/mohamedhabibwork/new-laravel-translation-manager)[ Packagist](https://packagist.org/packages/habib/new-laravel-translation-manager)[ RSS](/packages/habib-new-laravel-translation-manager/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)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

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

```

or install it via `composer`.

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

```

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

```
Habib\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='\Habib\TranslationManager\TranslationManagerServiceProvider' --tag=config

```

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

```
artisan vendor:publish --provider='\Habib\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

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/465ce474e9c105751d2df13e0aa0f243cdd37909529b7f957cac01251644b1b1?d=identicon)[mohamedhabibwork](/maintainers/mohamedhabibwork)

---

Top Contributors

[![mohamedhabibwork](https://avatars.githubusercontent.com/u/64292519?v=4)](https://github.com/mohamedhabibwork "mohamedhabibwork (7 commits)")

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/habib-new-laravel-translation-manager/health.svg)](https://phpackages.com/packages/habib-new-laravel-translation-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)
