PHPackages                             ennetech/laravel-routing-utilities - 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. ennetech/laravel-routing-utilities

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

ennetech/laravel-routing-utilities
==================================

This package allows you to work faster and better with laravel routes

1.0.0(5y ago)17MITHTMLPHP &gt;=7.2.0

Since Nov 17Pushed 5y ago2 watchersCompare

[ Source](https://github.com/ennetech/laravel-routing-utilities)[ Packagist](https://packagist.org/packages/ennetech/laravel-routing-utilities)[ RSS](/packages/ennetech-laravel-routing-utilities/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

laravel-routing-utilities
=========================

[](#laravel-routing-utilities)

Defining routes is a little bit tricky once the number of endpoints grow up, why not emulate symfony method for declaring routes in laravel?

Usage:
------

[](#usage)

- install the package with `composer require ennetech/laravel-routing-utilities`
- autoload a namespace in RouteServiceProvider like this:

```
        Route::prefix('api/v1')
            ->middleware('api')
            ->group(function () {
                RouteAutoloader::loadNamespace('App\Http\Controllers\Api\v1');
            });

```

- annotate the methods (method and path are mandatory):

```
    /**
     * @method GET
     * @path /
     * @where id=[0-9]+
     * @middleware throttle
     * @name example
     */

```

Missing docs:
=============

[](#missing-docs)

- Resource controller autoloading
- Auto documentation

LICENSE
=======

[](#license)

MIT

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

2055d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/ennetech-laravel-routing-utilities/health.svg)

```
[![Health](https://phpackages.com/badges/ennetech-laravel-routing-utilities/health.svg)](https://phpackages.com/packages/ennetech-laravel-routing-utilities)
```

PHPackages © 2026

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