PHPackages                             novius/laravel-backpack-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. novius/laravel-backpack-translation-manager

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

novius/laravel-backpack-translation-manager
===========================================

This packages provides an interface to manage translations via the Backpack admin panel

0.2.1(4y ago)56.9k6[2 issues](https://github.com/novius/laravel-backpack-translation-manager/issues)AGPL-3.0-or-laterPHPPHP &gt;=7.1

Since Jan 25Pushed 4y ago3 watchersCompare

[ Source](https://github.com/novius/laravel-backpack-translation-manager)[ Packagist](https://packagist.org/packages/novius/laravel-backpack-translation-manager)[ RSS](/packages/novius-laravel-backpack-translation-manager/feed)WikiDiscussions 0.2 Synced yesterday

READMEChangelog (5)Dependencies (3)Versions (10)Used By (0)

Translation Manager for Backpack
================================

[](#translation-manager-for-backpack)

This package provides an interface for `Laravel-Backpack` to manage translations stored in database with `spatie/laravel-translation-loader`.

Requirements
------------

[](#requirements)

Requires the `intl` PHP extension ().

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

[](#installation)

You can install the package via composer:

```
composer require novius/laravel-backpack-translation-manager
```

#### Configure the translation loader

[](#configure-the-translation-loader)

The package `spatie/laravel-translation-loader` is automatically installed (composer dependency), but you have to configure it manually.

Please follow these instructions:

#### Register the service provider

[](#register-the-service-provider)

Only for Laravel &lt;= 5.4 :

... in `config/app.php` :

```
'providers' => [
    // ...
    Novius\Backpack\Translation\Manager\Providers\TranslationServiceProvider::class,
]

```

#### \[Optional\] Integrate in Backpack's sidebar

[](#optional-integrate-in-backpacks-sidebar)

In order for the translation manager to be accessible trought the sidebar in the admin panel, you have to overload the view `resources/views/vendor/backpack/base/inc/sidebar.blade.php` and add :

```

     {{ trans('translation-manager::crud.sidebar_title') }}

```

Usage
-----

[](#usage)

@todo

Todos
-----

[](#todos)

- Handle pluralization
- Extract vendor dictionaries (via namespace)
- Write Usage section in README

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance12

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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 ~222 days

Recently: every ~321 days

Total

7

Last Release

1694d ago

PHP version history (2 changes)0.1.0PHP &gt;=7.0

0.1.1PHP &gt;=7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/341860?v=4)[Novius](/maintainers/novius)[@novius](https://github.com/novius)

---

Top Contributors

[![shaoshiva](https://avatars.githubusercontent.com/u/2183266?v=4)](https://github.com/shaoshiva "shaoshiva (22 commits)")[![angauber](https://avatars.githubusercontent.com/u/44972764?v=4)](https://github.com/angauber "angauber (1 commits)")[![tonyyb](https://avatars.githubusercontent.com/u/11064382?v=4)](https://github.com/tonyyb "tonyyb (1 commits)")

---

Tags

laraveli18ntranslationmanagerbackpackNovius

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[jenssegers/date

A date library to help you work with dates in different languages

1.8k11.2M80](/packages/jenssegers-date)[badinansoft/nova-language-switch

A Laravel Nova package to switch language in your application

26506.4k1](/packages/badinansoft-nova-language-switch)[smousss/laravel-globalize

Make Laravel projects translatable in a matter of seconds!

2266.3k](/packages/smousss-laravel-globalize)

PHPackages © 2026

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