PHPackages                             revolta77/ltm - 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. revolta77/ltm

ActiveLibrary

revolta77/ltm
=============

Enhanced Laravel Translation Manager

v1.0(5y ago)0219MITJavaScriptPHP &gt;=7.2.5

Since Nov 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Revolta77/ltm)[ Packagist](https://packagist.org/packages/revolta77/ltm)[ Docs](https://github.com/Revolta77/ltm)[ RSS](/packages/revolta77-ltm/feed)WikiDiscussions master Synced 1w ago

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

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

[](#laravel-translation-manager)

This package is used to comfortably manage, view, edit and translate Laravel language files with translation assistance through the Yandex Translation API. It augments the Laravel Translator system with a ton of practical functionality. [Features](../../wiki/#features)

⚠️ Only **MySQL** and **PostgreSQL** Database connections are supported. Adding another database only requires additional repository interface implementations following the examples of [MysqlTranslatorRepository.php](https://github.com/Revolta77/ltm/blob/master/src/Repositories/MysqlTranslatorRepository.php) or [PostgresTranslatorRepository.php](https://github.com/Revolta77/ltm/blob/master/src/Repositories/PostgresTranslatorRepository.php).

#### ⚠️ \*\*If you want to use this package for a smaller version than Laravel 7 use the original package from () \*\*

[](#warning-if-you-want-to-use-this-package-for-a-smaller-version-than-laravel-7-use-the-original-package-from-httpsgithubcomvschlaravel-translation-manager-)

When upgrading from earlier versions run:

```
$ php artisan vendor:publish --provider="Revolta77\TranslationManager\ManagerServiceProvider" --tag=public --force
$ php artisan vendor:publish --provider="Revolta77\TranslationManager\ManagerServiceProvider" --tag=migrations
$ php artisan migrate
```

#### Supported Laravel Versions

[](#supported-laravel-versions)

> - For Laravel 7.0 require: `"revolta77/ltm": "~1.0"`

> #### Initial Localizations Added
>
> [](#initial-localizations-added)
>
> ❗ If you have made correction to the auto-translated localization and would like to share them with others please do so. It will be greatly appreciated.

**Detailed information is now in the [wiki](../../wiki).**

[Installation](../../wiki/Installation)
[Configuration](../../wiki/Configuration)
[Version Notes](versioninfo.md)

[![Screen Shot Show Source Refs](https://raw.githubusercontent.com/wiki/revolta77/ltm/images/ScreenShot_ShowSourceRefs.png)](https://raw.githubusercontent.com/wiki/revolta77/ltm/images/ScreenShot_ShowSourceRefs.png)

### Per Locale User Access Control

[](#per-locale-user-access-control)

Implementation changed from the last release since using a closure in config file is not supported by the framework. Now using abilities to do the same. See [Enabling per locale user access control](../../wiki/Configuration#enabling-per-locale-user-access-control)

By default this option is turned off and any user who does not have `ltm-admin-translations`ability can modify any locale. With `user_locales_enabled` option enabled you can control which locales a user is allowed to modify. Default for all users is all locales, unless you specifically change that through the web UI, see [User Admin](../../wiki/Web-Interface#user-admin) or by populating the `ltm_user_locales` table appropriately.

### Screen Shot

[](#screen-shot)

[![Translation Manager Screenshot](https://raw.githubusercontent.com/wiki/revolta77/ltm/images/ScreenShot_main.png)](https://raw.githubusercontent.com/wiki/revolta77/ltm/images/ScreenShot_main.png)

---

\* This package was originally based on Barry vd. Heuvel's excellent [barryvdh](https://github.com/barryvdh/laravel-translation-manager) package and [vsch](https://github.com/vsch/laravel-translation-manager) package from .

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

2013d ago

### Community

Maintainers

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

---

Top Contributors

[![Revolta77](https://avatars.githubusercontent.com/u/51193287?v=4)](https://github.com/Revolta77 "Revolta77 (33 commits)")

---

Tags

laraveltranslationslanguagestranslator

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/revolta77-ltm/health.svg)

```
[![Health](https://phpackages.com/badges/revolta77-ltm/health.svg)](https://phpackages.com/packages/revolta77-ltm)
```

###  Alternatives

[barryvdh/laravel-translation-manager

Manage Laravel Translations

1.7k3.6M17](/packages/barryvdh-laravel-translation-manager)[kkomelin/laravel-translatable-string-exporter

Translatable String Exporter for Laravel

3291.4M10](/packages/kkomelin-laravel-translatable-string-exporter)[vsch/laravel-translation-manager

Enhanced Laravel Translation Manager

184190.9k2](/packages/vsch-laravel-translation-manager)[highsolutions/laravel-translation-manager

Manage Laravel Translations

1518.8k](/packages/highsolutions-laravel-translation-manager)

PHPackages © 2026

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