PHPackages                             tibian/route-organizer - 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. [Framework](/categories/framework)
4. /
5. tibian/route-organizer

AbandonedArchivedProject[Framework](/categories/framework)

tibian/route-organizer
======================

Route Organizer for Laravel

1.0.2(9y ago)42001MITPHPPHP &gt;=5.5.9

Since Jun 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/TiBianMod/route-organizer)[ Packagist](https://packagist.org/packages/tibian/route-organizer)[ RSS](/packages/tibian-route-organizer/feed)WikiDiscussions master Synced 3w ago

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

Route Organizer for Laravel
---------------------------

[](#route-organizer-for-laravel)

Route Organizer for Laravel is simple route solution to organize your Routes.

### Install

[](#install)

Require this package with composer using the following command

```
composer require tibian/route-organizer

```

### Usage

[](#usage)

Open `App\Providers\RouteServiceProvider` on method `mapWebRoutes` / `mapApiRoutes` define new Routes for the Application.

```
new RouteOrganizer('routes/web');
new RouteOrganizer('routes/api');
```

### Example for web routes

[](#example-for-web-routes)

> ##### Note: The same you can do of course and for the api Routes
>
> [](#note-the-same-you-can-do-of-course-and-for-the-api-routes)

```
protected function mapWebRoutes()
{
    Route::group([
        'middleware' => 'web',
        'namespace' => $this->namespace,
    ], function ($router) {
        new RouteOrganizer('routes/web'); // new Web Routes for the Application
        require base_path('routes/web.php');
    });
}
```

> Now you can Organize your Routes as you wish.
>
> - The following example is the best if you use PHPStorm and Laravel Plugin

> /path/to/laravel/routes

[![route-organizer](https://github.com/TiBianMod/route-organizer/raw/master/route-organizer.png?raw=true)](https://github.com/TiBianMod/route-organizer/blob/master/route-organizer.png?raw=true)

##### Any idea for new projects, feel free to Contact me.

[](#any-idea-for-new-projects-feel-free-to-contact-me)

##### Thank you for visiting my Repository.

[](#thank-you-for-visiting-my-repository)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

3

Last Release

3508d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravellaravel-5-packageorganizerroutelaravelroutesOrganizer

### Embed Badge

![Health badge](/badges/tibian-route-organizer/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k532.1M19.4k](/packages/laravel-framework)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k246.0M11.1k](/packages/symfony-framework-bundle)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[laravel/pennant

A simple, lightweight library for managing feature flags.

58113.1M82](/packages/laravel-pennant)[laravel/wayfinder

Generate TypeScript representations of your Laravel actions and routes.

1.7k7.0M117](/packages/laravel-wayfinder)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19564.8M1.6k](/packages/drupal-core)

PHPackages © 2026

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