PHPackages                             samturrell/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. samturrell/laravel-laroute

Abandoned → [samturrell/laroute](/?search=samturrell%2Flaroute)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

samturrell/laravel-laroute
==========================

Extend aaronlord/laroute package.

2.0.0(5y ago)384MITJavaScript

Since Nov 18Pushed 5y ago2 watchersCompare

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

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Laroute
=======

[](#laroute)

This package extends the original `aaronlord/laroute` package with a more lightweight footprint. It does this by removing route actions and other properties that aren't necessarily required or "safe" to freely expose. This modified functionality is taken from the `axn/laravel-laroute` package with additional functionality and even smaller footprint.

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

[](#installation)

Install via Composer:

```
composer require samturrell/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' => [
    // ...
    SamTurrell\Laroute\ServiceProvider::class,
],
```

How to use
----------

[](#how-to-use)

The readme of the original project ([aaronlord/laroute](https://github.com/aaronlord/laroute)) should provide adequate instructions for use.

The only thing to note is that only the route *name* related methods and data are available.

In addition, there is a new method in the javascript called `currentRoute()` which will return the route you're currently on. This is also available when calling the `route()` method when you don't provide a route name.

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 91.7% 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 ~401 days

Total

4

Last Release

1889d ago

Major Versions

0.1.1 → 1.0.02020-06-05

1.0.0 → 2.0.02021-03-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/ff9caf3247293cd6e22df4b6ab8117fb726a8e7a462f30797747511c1ae5a5e8?d=identicon)[samturrell](/maintainers/samturrell)

---

Top Contributors

[![samturrell](https://avatars.githubusercontent.com/u/5918348?v=4)](https://github.com/samturrell "samturrell (11 commits)")[![rowbi-wan](https://avatars.githubusercontent.com/u/8046913?v=4)](https://github.com/rowbi-wan "rowbi-wan (1 commits)")

### Embed Badge

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

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

###  Alternatives

[yooper/php-text-analysis

PHP Text Analysis is a library for performing Information Retrieval (IR) and Natural Language Processing (NLP) tasks using the PHP language

539393.0k2](/packages/yooper-php-text-analysis)[recca0120/laravel-erd

Laravel ERD automatically generates Entity-Relationship Diagrams from your Laravel models and displays them using Vuerd.

36072.0k](/packages/recca0120-laravel-erd)[emulsify-ds/emulsify-drupal

The official Drupal base theme for Emulsify that generates custom themes with Storybook development + Webpack Build

96539.1k2](/packages/emulsify-ds-emulsify-drupal)[vanderlee/php-sentence

Simple text sentence splitting and counting. Supports at least english, german and dutch, possibly more.

84555.7k6](/packages/vanderlee-php-sentence)

PHPackages © 2026

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