PHPackages                             shibleshakil/dynamic-language - 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. shibleshakil/dynamic-language

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

shibleshakil/dynamic-language
=============================

The dynamic-language Laravel package simplifies localization management, making it effortless to handle missing keys in language files. It seamlessly generates language files for each newly added language, enhancing the efficiency of your localization efforts. Additionally, it takes care of configuring locale settings, ensuring smooth transitions between languages.

v1.2.1(2y ago)640MITPHPPHP &gt;=8.0

Since Aug 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/shibleshakil/dynamic-language)[ Packagist](https://packagist.org/packages/shibleshakil/dynamic-language)[ RSS](/packages/shibleshakil-dynamic-language/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

dynamic-language: Laravel Localization Management Simplified!
=============================================================

[](#dynamic-language-laravel-localization-management-simplified)

The **dynamic-language** Laravel package simplifies localization management, making it effortless to handle missing keys in language files. It seamlessly generates language files for each newly added language, enhancing the efficiency of your localization efforts. Additionally, it takes care of configuring locale settings, ensuring smooth transitions between languages. Developers seeking well-organized localization support for their Laravel applications will find this package to be an invaluable tool.

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

[](#installation)

To incorporate the **dynamic-language** package into your Laravel project, use Composer:

```
composer require shibleshakil/dynamic-language

```

Next, add the service provider to your config/app.php file:

```
shibleshakil\DynamicLanguage\DynamicLanguageServiceProvider::class

```

Copy the package config to your local config and migration file to your local migration directory with the publish command:

```
php artisan vendor:publish --provider="shibleshakil\DynamicLanguage\DynamicLanguageServiceProvider" --tag="config"

```

Finally, migrate the language table:

```
php artisan migrate

```

Usage
-----

[](#usage)

Retrieve the default locale by calling:

```
shibleshakil\DynamicLanguage\TranslationHelper::getDefaultLanguage()

```

Add a new language file:

```
shibleshakil\DynamicLanguage\TranslationHelper::addLanguageFile($lang)

```

Get all Transabled Keys of a locale:

```
shibleshakil\DynamicLanguage\TranslationHelper::allTransabledKeys($locale)

```

Update language key values:

```
shibleshakil\DynamicLanguage\TranslationHelper::translateKey($key, $value, $lang)

```

Explore the eloquent model for retrieving your language list:

```
$languages = shibleshakil\DynamicLanguage\Language::get();

```

Make your Laravel application's localization journey smoother with dynamic-language.

Contribution
------------

[](#contribution)

We welcome contributions from the community! Feel free to submit issues and pull requests to enhance this package.

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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 ~87 days

Total

3

Last Release

826d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/038aada06163ef30552b7a0786ecdcc9528853bcb51eeb0bcb7bb575813d8abb?d=identicon)[shibleshakil](/maintainers/shibleshakil)

---

Top Contributors

[![shibleshakil](https://avatars.githubusercontent.com/u/55056611?v=4)](https://github.com/shibleshakil "shibleshakil (15 commits)")

### Embed Badge

![Health badge](/badges/shibleshakil-dynamic-language/health.svg)

```
[![Health](https://phpackages.com/badges/shibleshakil-dynamic-language/health.svg)](https://phpackages.com/packages/shibleshakil-dynamic-language)
```

###  Alternatives

[symfony/translation

Provides tools to internationalize your application

6.6k836.5M2.1k](/packages/symfony-translation)[nesbot/carbon

An API extension for DateTime that supports 281 different languages.

169661.4M4.8k](/packages/nesbot-carbon)[joedixon/laravel-translation

A tool for managing all of your Laravel translations

717911.4k11](/packages/joedixon-laravel-translation)[illuminate/translation

The Illuminate Translation package.

6936.4M495](/packages/illuminate-translation)[lajax/yii2-translate-manager

Translation management extension for Yii 2

227578.8k13](/packages/lajax-yii2-translate-manager)[larswiegers/laravel-translations-checker

Make sure your laravel translations are checked and are included in all languages.

256423.2k2](/packages/larswiegers-laravel-translations-checker)

PHPackages © 2026

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