PHPackages                             crumby/route-locale - 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. [API Development](/categories/api)
4. /
5. crumby/route-locale

ActiveLibrary[API Development](/categories/api)

crumby/route-locale
===================

Localized Url builder for Laravel 5.4

1.0.0(8y ago)0902MIT LicensePHPPHP &gt;=5.6.0

Since Aug 18Pushed 8y agoCompare

[ Source](https://github.com/avassilenko/route-locale)[ Packagist](https://packagist.org/packages/crumby/route-locale)[ Docs](https://github.com/avassilenko/route-locale)[ RSS](/packages/crumby-route-locale/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (2)Used By (2)

Installation:
-------------

[](#installation)

```
> composer require crumby/route-locale:"dev-master"
> php artisan vendor:publish --provider="Crumby\Routelocale\RoutelocaleServiceProvider" --tag=config

```

Register service and facade:
----------------------------

[](#register-service-and-facade)

File: config/app.php

```
'providers' => [
    ......................
    'Crumby\Routelocale\RoutelocaleServiceProvider',
    ........................
 ];

 'aliases' => [
    ......................
    'Routelocale' => 'Crumby\Routelocale\Facades\Routelocale',
    ......................
 ];

```

Example of building all existing localized urls for current route:
------------------------------------------------------------------

[](#example-of-building-all-existing-localized-urls-for-current-route)

```
$allLocalizedUrls = \Routelocale::getAllLocalizedRoutes(null, false, true);

```

will output url used in hreflang:

```

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3238d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/77a60c22937e5d0474647d9d79973073ba5d349f15d2955a13b91b42d1048c3d?d=identicon)[crumby](/maintainers/crumby)

---

Top Contributors

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

---

Tags

route localization

### Embed Badge

![Health badge](/badges/crumby-route-locale/health.svg)

```
[![Health](https://phpackages.com/badges/crumby-route-locale/health.svg)](https://phpackages.com/packages/crumby-route-locale)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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