PHPackages                             neoxia/laravel-database-localization - 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. neoxia/laravel-database-localization

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

neoxia/laravel-database-localization
====================================

Use a database source instead of files for localization in Laravel

v1.1.2(5y ago)12.6kMITPHPPHP &gt;=5.5.9

Since Jun 12Pushed 5y ago36 watchersCompare

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

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/bdaa70f9200d11aa9cfcf68e477a36b145070e644631ba86f976c58e75a1eb3c/687474703a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6e656f7869612f6c61726176656c2d64617461626173652d6c6f63616c697a6174696f6e2e737667)](https://packagist.org/packages/neoxia/laravel-database-localization)

Laravel Database Localization
-----------------------------

[](#laravel-database-localization)

This package allows the storage of Laravel translations in a database instead of files. It is not opinionated about how you store your data (any database, any schema) or how you edit this data. It only overwrite the default translation loading by using a Laravel model that can be specified in the configuration.

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

[](#installation)

Require this package with composer using the following command:

```
composer require neoxia/laravel-database-localization

```

Go to `config/app.php`, remove the original service provider

```
Illuminate\Translation\TranslationServiceProvider::class,
```

And replace it by this one.

```
Neoxia\DatabaseLocalization\DatabaseTranslationServiceProvider::class,
```

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

[](#configuration)

You can publish a default config file by runnning the artisan command `php artisan vendor:publish`.

Update the configuration with you model class name. This model has to implement the `Neoxia\DatabaseLocalization\Translatable` interface.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 65.4% 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 ~460 days

Total

4

Last Release

1924d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3023617?v=4)[Thomas Ruiz](/maintainers/thomasruiz)[@thomasruiz](https://github.com/thomasruiz)

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

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

---

Top Contributors

[![flaforgue](https://avatars.githubusercontent.com/u/7113154?v=4)](https://github.com/flaforgue "flaforgue (17 commits)")[![alexandre-butynski](https://avatars.githubusercontent.com/u/671662?v=4)](https://github.com/alexandre-butynski "alexandre-butynski (7 commits)")[![AntoninWelvart](https://avatars.githubusercontent.com/u/68021701?v=4)](https://github.com/AntoninWelvart "AntoninWelvart (2 commits)")

---

Tags

i18nlaravelphp

### Embed Badge

![Health badge](/badges/neoxia-laravel-database-localization/health.svg)

```
[![Health](https://phpackages.com/badges/neoxia-laravel-database-localization/health.svg)](https://phpackages.com/packages/neoxia-laravel-database-localization)
```

###  Alternatives

[barryvdh/laravel-translation-manager

Manage Laravel Translations

1.7k3.7M18](/packages/barryvdh-laravel-translation-manager)[illuminate/validation

The Illuminate Validation package.

18837.7M1.6k](/packages/illuminate-validation)[tanmuhittin/laravel-google-translate

Translate translation files to other languages using google translate api

4322.2M11](/packages/tanmuhittin-laravel-google-translate)[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.

4821.5k](/packages/erag-laravel-lang-sync-inertia)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[kerigard/laravel-lang-ru

Ru lang for Laravel

2120.9k](/packages/kerigard-laravel-lang-ru)

PHPackages © 2026

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