PHPackages                             i9w3b/lang - 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. i9w3b/lang

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

i9w3b/lang
==========

Laravel Multilíngue

v1.0.5(5y ago)016MITPHPPHP ^7.2.5CI failing

Since Jun 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/i9w3b/lang)[ Packagist](https://packagist.org/packages/i9w3b/lang)[ Docs](https://github.com/i9w3b/lang)[ RSS](/packages/i9w3b-lang/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (6)Dependencies (6)Versions (7)Used By (0)

[![](https://camo.githubusercontent.com/4002eb66fe93799ef3aaeddba3b6b9c289513c8db505c440a3a83804770fa7d5/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f69397733622f63646e2f696d672f6c6f676f2d32303070782e706e67)](https://github.com/i9w3b)

[![License](https://camo.githubusercontent.com/0430a59b7611cd6288328b5454357bd6e22d6ff1f8ce64386919768e1d3bd06e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f69397733622f6c616e67)](https://github.com/i9w3b/lang/blob/master/LICENSE.md)[![GitHub Language Count](https://camo.githubusercontent.com/4827818d0b9a7f30edc69f654bafb4fcede68b2403b5cafee71cad419aef5fa3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f636f756e742f69397733622f6c616e67)](https://github.com/i9w3b/lang)[![GitHub Repo Size](https://camo.githubusercontent.com/c1999e243789e6a01a437882ff7e661bdffa0545fb5ae7b2b10d98cfff196818/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7265706f2d73697a652f69397733622f6c616e67)](https://github.com/i9w3b/lang)[![GitHub Release](https://camo.githubusercontent.com/2f9e9e5e497a57d2c48c71af4cf42e19f167f9aed22d8e9746c9af1de7009065/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f69397733622f6c616e67)](https://github.com/i9w3b/lang/releases)[![Packagist Downloads](https://camo.githubusercontent.com/f1a5c53e1393d7d48c29a7af19333a498fb0f5cf7f7d1e157b21df053e87cd0f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f69397733622f6c616e67)](https://packagist.org/packages/i9w3b/lang)

Lang
====

[](#lang)

Laravel Multilíngue

Instalação
----------

[](#instalação)

Execute o seguinte comando:

```
composer require i9w3b/lang
```

Publicar views Opcional:

```
php artisan vendor:publish --tag=multilingual-views
```

Como Usar
---------

[](#como-usar)

```
@include('multilingual::menu')
```

### Configurar timezone/idioma padrão para pt-BR

[](#configurar-timezoneidioma-padrão-para-pt-br)

Alterar locale e timezone no arquivo config/app.php para:

`'timezone' => 'America/Sao_Paulo','locale' => 'pt_BR',`##### Publicar config para ativar as rotas de edição/criação dos idiomas Opcional:

[](#publicar-config-para-ativar-as-rotas-de-ediçãocriação-dos-idiomas-opcional)

```
php artisan vendor:publish --tag=multilingual-config
```

```
    /*
    |--------------------------------------------------------------------------
    | Publicar rotas
    |--------------------------------------------------------------------------
    */
    'routes_show' => true,
    'route_locale_show' => true,
    'route_manage_language_show' => true,
```

Segurança
---------

[](#segurança)

Caso descubra algum problema relacionado à segurança, envie um e-mail para `marcelosenaonline@gmail.com` em vez de usar o rastreador de problemas.

Licença
-------

[](#licença)

[MIT](https://github.com/i9w3b/lang/blob/master/LICENSE.md) © [i9W3b](https://github.com/i9w3b) | Consulte [LICENSE.md](https://github.com/i9w3b/lang/blob/master/LICENSE.md) para obter mais informações.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

Total

6

Last Release

2131d ago

### Community

Maintainers

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

---

Tags

langi9w3b

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/i9w3b-lang/health.svg)

```
[![Health](https://phpackages.com/badges/i9w3b-lang/health.svg)](https://phpackages.com/packages/i9w3b-lang)
```

###  Alternatives

[laravel-lang/lang

List of 126 languages for Laravel Framework, Laravel Jetstream, Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova, Laravel Spark and Laravel UI

7.8k9.5M40](/packages/laravel-lang-lang)[mariuzzo/laravel-js-localization

Laravel Localization in JavaScript

6073.9M3](/packages/mariuzzo-laravel-js-localization)[aplus/language

Aplus Framework Language Library

2351.7M15](/packages/aplus-language)[arcanedev/laravel-lang

Translations manager and checker for Laravel based on 'Laravel-Lang/lang' package.

7271.4k](/packages/arcanedev-laravel-lang)[inpsyde/multilingual-press

Simply THE multisite-based free open source plugin for your multilingual websites.

2414.0k1](/packages/inpsyde-multilingual-press)[laravel-lang/moonshine

Translation for MoonShine admin panel

111.3M4](/packages/laravel-lang-moonshine)

PHPackages © 2026

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