PHPackages                             thedevsaddam/multiple\_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. [Framework](/categories/framework)
4. /
5. thedevsaddam/multiple\_route

Abandoned → laravel-routePackage[Framework](/categories/framework)

thedevsaddam/multiple\_route
============================

MultipleRoute generator is helpful create any number of routes for your large laravel project.

1.0(10y ago)677MITPHPPHP ~5.5|~7.0

Since Mar 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/thedevsaddam/multiple_route)[ Packagist](https://packagist.org/packages/thedevsaddam/multiple_route)[ Docs](https://github.com/thedevsaddam/multiple_route)[ RSS](/packages/thedevsaddam-multiple-route/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

multiple\_route
===============

[](#multiple_route)

[![Latest Version on Packagist](https://camo.githubusercontent.com/90cf5854875a15b52ea0decf4685087d7b6faaaecc79e43848bca1cc73ee287e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74686564657673616464616d2f6d756c7469706c655f726f7574652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thedevsaddam/multiple_route)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/d30188d01d79bf1c547aebd9b7c1be4ddee8d6c4398ffdacaa2d848c64e1a571/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f74686564657673616464616d2f6d756c7469706c655f726f7574652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/thedevsaddam/multiple_route)[![Coverage Status](https://camo.githubusercontent.com/a7d062d0474f58bc9bade5913dfd967616eac05cee508daede12aaad3d4d221b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f74686564657673616464616d2f6d756c7469706c655f726f7574652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/thedevsaddam/multiple_route/code-structure)[![Quality Score](https://camo.githubusercontent.com/877b5142a571efedae2db6328b96cf9e251915d29c52802d450b437c4d0e5a9b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f74686564657673616464616d2f6d756c7469706c655f726f7574652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/thedevsaddam/multiple_route)[![Total Downloads](https://camo.githubusercontent.com/84f27ef72e627e8cd38af5a1e0cbfae72e4ebcc0df7861aa7c8a93cbe82c1e0a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74686564657673616464616d2f6d756c7469706c655f726f7574652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thedevsaddam/multiple_route)

Install
-------

[](#install)

Via Composer

```
$ composer require thedevsaddam/multiple_route 1.0
```

Add the line in your composer.json

```
"thedevsaddam/multiple_route": "1.0"
```

Open your terminal and hit the command

```
composer update
```

Add the line in (providers array) config/app.php

```
thedevsaddam\multiple_route\multiple_routeServiceProvider::class,
```

Usage
-----

[](#usage)

To make a route go to your project root and hit the command below

```
php artisan route:make route_name
```

To remove a route go to your project root and hit the command below

```
php artisan route:remove route_name
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Saddam H](https://github.com/thedevsaddam)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3706d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c67f331d60f476035896c0e3ad603b3aa1f6b3fc4520146f1b6dbb949f3411c?d=identicon)[thedevsaddam](/maintainers/thedevsaddam)

---

Top Contributors

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

---

Tags

thedevsaddammultiple\_routelaravel multiple route generator

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/thedevsaddam-multiple-route/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k96.9M673](/packages/laravel-socialite)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k84.2M225](/packages/laravel-horizon)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M599](/packages/laravel-ui)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[stancl/tenancy

Automatic multi-tenancy for your Laravel application.

4.3k6.6M40](/packages/stancl-tenancy)[internachi/modular

Modularize your Laravel apps

1.1k662.4k8](/packages/internachi-modular)

PHPackages © 2026

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