PHPackages                             mantax559/laravel-translations - 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. mantax559/laravel-translations

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

mantax559/laravel-translations
==============================

Laravel Translations

1.9.5(1y ago)084[1 PRs](https://github.com/mantax559/laravel-translations/pulls)MITPHPPHP ^8.2

Since Jul 2Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/mantax559/laravel-translations)[ Packagist](https://packagist.org/packages/mantax559/laravel-translations)[ RSS](/packages/mantax559-laravel-translations/feed)WikiDiscussions production Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (17)Used By (0)

[![GitHub release (latest by date)](https://camo.githubusercontent.com/ce4ea7fac36918dd173956b3e88ea2ac0c2ec0d9cfef9089ffa3a726c576f67a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d7472616e736c6174696f6e733f6c6162656c3d6c6174657374267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/ce4ea7fac36918dd173956b3e88ea2ac0c2ec0d9cfef9089ffa3a726c576f67a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d7472616e736c6174696f6e733f6c6162656c3d6c6174657374267374796c653d666c61742d737175617265)[![GitHub release (latest SemVer including pre-releases)](https://camo.githubusercontent.com/92caed45829d91693a804173b664f3ab633701e16655747fa68ac910091e03cb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d7472616e736c6174696f6e733f696e636c7564655f70726572656c6561736573266c6162656c3d7072652d72656c65617365267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/92caed45829d91693a804173b664f3ab633701e16655747fa68ac910091e03cb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d7472616e736c6174696f6e733f696e636c7564655f70726572656c6561736573266c6162656c3d7072652d72656c65617365267374796c653d666c61742d737175617265)[![Packagist](https://camo.githubusercontent.com/cd15c8949fa65a2afce1ab21a4615531da8c912c9212199c6956e08a5824ec3b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d616e7461783535392f6c61726176656c2d7472616e736c6174696f6e733f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/cd15c8949fa65a2afce1ab21a4615531da8c912c9212199c6956e08a5824ec3b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d616e7461783535392f6c61726176656c2d7472616e736c6174696f6e733f7374796c653d666c61742d737175617265)[![PHP from Packagist](https://camo.githubusercontent.com/b9b7420699ce896e7672ec53239c134e69c5e577a0d2b4588af9de8c0b4ed3fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d616e7461783535392f6c61726176656c2d7472616e736c6174696f6e733f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/b9b7420699ce896e7672ec53239c134e69c5e577a0d2b4588af9de8c0b4ed3fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d616e7461783535392f6c61726176656c2d7472616e736c6174696f6e733f7374796c653d666c61742d737175617265)

Laravel Translations
====================

[](#laravel-translations)

Installation &amp; Setup
------------------------

[](#installation--setup)

You can install the package via composer:

```
composer require mantax559/laravel-translations

```

The package will automatically register its service provider.

Customisation
-------------

[](#customisation)

### Routes

[](#routes)

To allow the user to change the language, add this route:

```
Route::get('language/{locale}', [\Mantax559\LaravelTranslations\Controllers\LanguageController::class, 'change'])->name('language.change');

```

### Tests

[](#tests)

You can run tests with the command:

```
vendor/bin/phpunit

```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance67

Regular maintenance activity

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

15

Last Release

546d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9112f42164476fc9161119403cb2cf059208c004f5f3b228ae66f81a39f0742f?d=identicon)[mantax559](/maintainers/mantax559)

---

Top Contributors

[![mantax559](https://avatars.githubusercontent.com/u/45240543?v=4)](https://github.com/mantax559 "mantax559 (42 commits)")

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/mantax559-laravel-translations/health.svg)

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

###  Alternatives

[mcamara/laravel-localization

Easy localization for Laravel

3.5k9.1M112](/packages/mcamara-laravel-localization)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.3k](/packages/typicms-base)[vemcogroup/laravel-translation

Translation package for Laravel to scan for localisations and up/download to poeditor

135304.0k2](/packages/vemcogroup-laravel-translation)

PHPackages © 2026

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