PHPackages                             axn/laravel-laroute - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. axn/laravel-laroute

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

axn/laravel-laroute
===================

Extend aaronlord/laroute package.

1.8.0(4y ago)683.0k↑25%4MITPHP

Since Jan 18Pushed 4y ago2 watchersCompare

[ Source](https://github.com/AXN-Informatique/laravel-laroute)[ Packagist](https://packagist.org/packages/axn/laravel-laroute)[ Docs](https://github.com/AXN-Informatique/laravel-laroute)[ RSS](/packages/axn-laravel-laroute/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Laroute
===============

[](#laravel-laroute)

This package is an extension of `lord/laroute` to lighten the` laroute.js` file by providing only the names and URLs of the routes; the other properties (host, methods, action) are useless in most cases. Also we think that it is not safe to expose the paths of the classes of the application; so we are more secure as well.

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

[](#installation)

Install the package with Composer:

```
composer require axn/laravel-laroute

```

In Laravel 5.5 the service provider will automatically get registered. In older versions of the framework just add the service provider to the array of providers in `config/app.php`:

```
'providers' => [
    // ...
    Axn\Laroute\ServiceProvider::class,
],
```

Usage
-----

[](#usage)

See the reader of `aaronlord/laroute`:

The difference is that the `action` and` link_to_action` methods are no longer usable as the road actions have been removed from `laroute.js`.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 68.8% 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 ~149 days

Recently: every ~138 days

Total

16

Last Release

1538d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1314974?v=4)[Axel Neumann](/maintainers/axn)[@axn](https://github.com/axn)

---

Top Contributors

[![forxer](https://avatars.githubusercontent.com/u/407917?v=4)](https://github.com/forxer "forxer (22 commits)")[![lgtaxn](https://avatars.githubusercontent.com/u/23211553?v=4)](https://github.com/lgtaxn "lgtaxn (6 commits)")[![JayBizzle](https://avatars.githubusercontent.com/u/340752?v=4)](https://github.com/JayBizzle "JayBizzle (3 commits)")[![samturrell](https://avatars.githubusercontent.com/u/5918348?v=4)](https://github.com/samturrell "samturrell (1 commits)")

### Embed Badge

![Health badge](/badges/axn-laravel-laroute/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[watson/active

Laravel helper for recognising the current route, controller and action

3253.6M14](/packages/watson-active)[dragon-code/pretty-routes

Pretty Routes for Laravel

10058.7k4](/packages/dragon-code-pretty-routes)[zonneplan/laravel-module-loader

Module loader for Laravel

24118.4k](/packages/zonneplan-laravel-module-loader)[bjuppa/laravel-blog

Add blog functionality to your Laravel project

483.3k2](/packages/bjuppa-laravel-blog)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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