PHPackages                             redbastie/livewire-auto-route - 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. redbastie/livewire-auto-route

ActiveLibrary[API Development](/categories/api)

redbastie/livewire-auto-route
=============================

Automatic routes for your Livewire components.

1.0.1(5y ago)1511MITPHP

Since Jan 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/redbastie/livewire-auto-route)[ Packagist](https://packagist.org/packages/redbastie/livewire-auto-route)[ Docs](https://github.com/redbastie/livewire-auto-route)[ RSS](/packages/redbastie-livewire-auto-route/feed)WikiDiscussions master Synced 2d ago

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

NO LONGER MAINTAINED
====================

[](#no-longer-maintained)

This package is no longer maintained. Please consider my latest package here:

---

Livewire Auto Route
===================

[](#livewire-auto-route)

Automatic routes for your Livewire components.

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

[](#installation)

Install via composer:

```
composer require redbastie/livewire-auto-route

```

Usage
-----

[](#usage)

Specify public `$route*` properties in your full page Livewire component:

```
class Vehicle extends Component
{
    public $routeUri = '/vehicle/{name}';
    public $routeDomain = null;
    public $routeMiddleware = ['guest'];
    public $routeName = 'vehicle';
    public $routeWhere = ['name' => '[A-Za-z]+'];

    public function render()
    {
        return view('livewire.vehicle');
    }
}

```

A minimum of `$routeUri` is required.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

1940d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/64050101?v=4)[redbastie](/maintainers/redbastie)[@redbastie](https://github.com/redbastie)

---

Top Contributors

[![redbastie](https://avatars.githubusercontent.com/u/64050101?v=4)](https://github.com/redbastie "redbastie (5 commits)")

### Embed Badge

![Health badge](/badges/redbastie-livewire-auto-route/health.svg)

```
[![Health](https://phpackages.com/badges/redbastie-livewire-auto-route/health.svg)](https://phpackages.com/packages/redbastie-livewire-auto-route)
```

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[echolabsdev/prism

A powerful Laravel package for integrating Large Language Models (LLMs) into your applications.

2.3k388.3k10](/packages/echolabsdev-prism)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[sburina/laravel-whmcs-up

WHMCS API client and user provider for Laravel

271.3k](/packages/sburina-laravel-whmcs-up)

PHPackages © 2026

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