PHPackages                             marciojc/language-routes - 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. marciojc/language-routes

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

marciojc/language-routes
========================

A Laravel Package to support routes for different languages

0.0.3(9y ago)122MITPHP

Since Apr 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/marciojc/language-routes)[ Packagist](https://packagist.org/packages/marciojc/language-routes)[ RSS](/packages/marciojc-language-routes/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (5)Used By (0)

Language Routes
===============

[](#language-routes)

Website &amp; Documentation:

---

After creating your new Laravel application you can include the LanguageRoutes package with the following command:

```
composer require marciojc/language-routes
```

Add the LanguageRoutes service provider to the `config/app.php` file in the `providers` array:

```
'providers' => [
    // Laravel Framework Service Providers...
    //...

    // Package Service Providers
    marciojc\LanguageRoutes\LanguageRoutesServiceProvider::class,
    // ...

    // Application Service Providers
    // ...
],
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Total

3

Last Release

3344d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/468890?v=4)[Márcio Coelho](/maintainers/marciojc)[@marciojc](https://github.com/marciojc)

---

Top Contributors

[![marciojc](https://avatars.githubusercontent.com/u/468890?v=4)](https://github.com/marciojc "marciojc (1 commits)")

---

Tags

laraveli18nlanguageroutes

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/marciojc-language-routes/health.svg)

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

###  Alternatives

[codezero/laravel-localized-routes

A convenient way to set up, manage and use localized routes in a Laravel app.

544656.8k4](/packages/codezero-laravel-localized-routes)[vluzrmos/language-detector

Detect the language for your application using browser preferences, subdomains or route prefixes.

109567.5k3](/packages/vluzrmos-language-detector)[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)[opgginc/codezero-laravel-localized-routes

A convenient way to set up, manage and use localized routes in a Laravel app.

29109.8k1](/packages/opgginc-codezero-laravel-localized-routes)[niels-numbers/laravel-localizer

Detects the user’s preferred language and redirects to the matching localized URL.

171.4k](/packages/niels-numbers-laravel-localizer)

PHPackages © 2026

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