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

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

habib-eg/laravel-translation-manager
====================================

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

018Blade

Since Mar 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/habib-eg/laravel-translation)[ Packagist](https://packagist.org/packages/habib-eg/laravel-translation-manager)[ RSS](/packages/habib-eg-laravel-translation-manager/feed)WikiDiscussions main Synced 3w 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-eg/laravel-translation-manager": "~0.1.0"

```

or install it via `composer`.

```
composer require habib-eg/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

Community9

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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/5ff707b6239a22165f764c1749ff4b271b552f2c54ef8477fd8233f07132eaed?d=identicon)[mohamedmosaadhabib](/maintainers/mohamedmosaadhabib)

---

Top Contributors

[![habib-eg](https://avatars.githubusercontent.com/u/25707838?v=4)](https://github.com/habib-eg "habib-eg (3 commits)")[![mohamedhabibwork](https://avatars.githubusercontent.com/u/64292519?v=4)](https://github.com/mohamedhabibwork "mohamedhabibwork (1 commits)")

### Embed Badge

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

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

###  Alternatives

[smmoosavi/php-gettext

Wrapper for php-gettext by danilo segan. This library provides PHP functions to read MO files even when gettext is not compiled in or when appropriate locale is not present on the system.

1927.0k1](/packages/smmoosavi-php-gettext)[saeven/circlical-po-editor

Gettext \*.PO file editor and parser for PHP.

118.1k1](/packages/saeven-circlical-po-editor)

PHPackages © 2026

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