PHPackages                             soufian212/laratransmanager - 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. soufian212/laratransmanager

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

soufian212/laratransmanager
===========================

Store all your translations on the database and translate them easily with a dashboard

0.3.0-beta(1y ago)62MITPHP

Since Dec 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/soufian212/LaraTransManager)[ Packagist](https://packagist.org/packages/soufian212/laratransmanager)[ RSS](/packages/soufian212-laratransmanager/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (3)Dependencies (2)Versions (3)Used By (0)

LaraTransManager
================

[](#laratransmanager)

LaraTransManager is a Laravel package designed to manage translations efficiently. It provides a user-friendly interface to handle translations for multiple languages within your Laravel application.

Features
--------

[](#features)

- Manage translations for multiple languages
- Add, edit, and delete translation keys and values
- Using Cache to improve performance
- A friendly user interface for easy translation management

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

[](#installation)

To install the package, use Composer: s

```
composer require soufian212/laratransmanager
```

Publish the migration file:

```
php artisan vendor:publish --tag=laratransmanager-migrations
```

And then we need to publish assets

```
php artisan vendor:publish --tag=public --force
```

And finally publish the config file:

```
php artisan vendor:publish --tag=laratransmanager-config
```

Running the migrations

```
php artisan migrate
```

Usage
-----

[](#usage)

Visit `/translations` to see the translations dashboard.

You will see and empty dashboard, so first of all wen need to initialize and export the translations to database.

So run

```
php artisan translation:init
```

Configuration
-------------

[](#configuration)

LaraTransManager provides a configuration file to customize its behavior. After publishing, you can find it at config/laratransmanager.php. Below is an example of the configuration file:

```
    'cache_translations' => true,
    'cache_lifetime' => 3600,
```

If cache\_translations is set to true in the configuration file, LaraTransManager will cache the translations to enhance performance. Cached translations are stored for the duration specified by cache\_lifetime (in seconds). This reduces database queries and improves the responsiveness of your application.

To clear the translations cache, use the following command:

```
php artisan cache:clear
```

Or simply click on the clear cache button in the dashboard.

Contributing
------------

[](#contributing)

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License
-------

[](#license)

This package is open-source and available under the MIT License.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

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.

###  Release Activity

Cadence

Every ~21 days

Total

2

Last Release

538d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/80529519?v=4)[Soufian](/maintainers/soufian212)[@soufian212](https://github.com/soufian212)

---

Top Contributors

[![soufian212](https://avatars.githubusercontent.com/u/80529519?v=4)](https://github.com/soufian212 "soufian212 (11 commits)")

### Embed Badge

![Health badge](/badges/soufian212-laratransmanager/health.svg)

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

###  Alternatives

[code16/sharp

Laravel Content Management Framework

79164.7k8](/packages/code16-sharp)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M987](/packages/statamic-cms)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4925.3k](/packages/erag-laravel-lang-sync-inertia)[outhebox/laravel-translations

Manage your Laravel translations with a beautiful UI. Add, edit, delete, import, and export translations with ease.

813100.4k](/packages/outhebox-laravel-translations)[inertiaui/modal

Inertia Modal

238353.0k](/packages/inertiaui-modal)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90142.9k](/packages/emargareten-inertia-modal)

PHPackages © 2026

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