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)688.9k↑98.5%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 2d 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 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity38

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

1584d 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

3355.3M346](/packages/psalm-plugin-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)[hasinhayder/tyro-dashboard

Tyro Dashboard - Beautiful admin dashboard for managing Tyro roles, privileges, users, and settings

5443.8k](/packages/hasinhayder-tyro-dashboard)[laravel/surveyor

Static analysis tool for Laravel applications.

86121.4k11](/packages/laravel-surveyor)

PHPackages © 2026

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