PHPackages                             cipherpols/laravel-translation - 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. cipherpols/laravel-translation

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

cipherpols/laravel-translation
==============================

In-database Translator for Laravel

8224PHP

Since May 5Pushed 9y ago1 watchersCompare

[ Source](https://github.com/cipherpols/laravel-translation)[ Packagist](https://packagist.org/packages/cipherpols/laravel-translation)[ RSS](/packages/cipherpols-laravel-translation/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Localization from a database
----------------------------

[](#localization-from-a-database)

This package is used as an **in-database replacement** for the default TranslationServiceProvider. Keys will be added to the database **automatically**. Fallback translating is supported. It's easy to build a GUI to manage all translation strings

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

[](#installation)

Require this package with composer:

```
composer require cipherpols/laravel-translation

```

Add new Translation ServiceProvider to config/app.php

```
\CipherPols\Translation\ServiceProvider::class,

```

Migrations

```
php artisan vendor:publish --provider="CipherPols\Translation\ServiceProvider" --tag="migrations"

```

and afterwards run your migrations:

```
php artisan migrate

```

###  Health Score

24

—

LowBetter than 30% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.9% 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://avatars.githubusercontent.com/u/490446?v=4)[Tuan Duong](/maintainers/tuandm)[@tuandm](https://github.com/tuandm)

---

Top Contributors

[![tuandm](https://avatars.githubusercontent.com/u/490446?v=4)](https://github.com/tuandm "tuandm (10 commits)")[![cipherpols](https://avatars.githubusercontent.com/u/15682992?v=4)](https://github.com/cipherpols "cipherpols (1 commits)")

### Embed Badge

![Health badge](/badges/cipherpols-laravel-translation/health.svg)

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

###  Alternatives

[smarty-gettext/smarty-gettext

Gettext plugin enabling internationalization in Smarty Package files

752.5M8](/packages/smarty-gettext-smarty-gettext)[devaslanphp/auto-translate

Auto generate translation JSON files

6627.3k](/packages/devaslanphp-auto-translate)[renatomarinho/laravel-multi-language

Laravel Multi Language

235.1k](/packages/renatomarinho-laravel-multi-language)

PHPackages © 2026

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