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)52MITPHP

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 1mo 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

21

—

LowBetter than 19% of packages

Maintenance42

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

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

484d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6a5d88421053580590692a1536ccdbbf0245126d2ddb60a0c693d9e723a028f5?d=identicon)[soufian212](/maintainers/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

[symfony/translation

Provides tools to internationalize your application

6.6k836.5M2.1k](/packages/symfony-translation)[outhebox/laravel-translations

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

80687.6k](/packages/outhebox-laravel-translations)[inovector/mixpost

Self-hosted social media management software.

3.0k5.2k2](/packages/inovector-mixpost)[code16/sharp

Laravel Content Management Framework

78959.5k4](/packages/code16-sharp)[erag/laravel-lang-sync-inertia

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

3812.2k](/packages/erag-laravel-lang-sync-inertia)[adminui/inertia-routes

A hybrid JS/PHP package adding Ziggy-routes functionality to your Laravel/Inertia/Vue3 application

183.2k](/packages/adminui-inertia-routes)

PHPackages © 2026

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