PHPackages                             muhamadrezaar/route-controller - 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. muhamadrezaar/route-controller

ActiveLibrary[Framework](/categories/framework)

muhamadrezaar/route-controller
==============================

Route Controller for Laravel 5.3++

1.0.4(8y ago)1900MITPHP

Since Aug 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/julles/route-controller)[ Packagist](https://packagist.org/packages/muhamadrezaar/route-controller)[ RSS](/packages/muhamadrezaar-route-controller/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Route Controller For Laravel 5.3++
==================================

[](#route-controller-for-laravel-53)

[![Total Downloads](https://camo.githubusercontent.com/fc2008234f5ed7f52bfd398d3138d9a1e9048e2f30ee6f1f971b90e9657cbf34/68747470733a2f2f706f7365722e707567782e6f72672f6d7568616d616472657a6161722f726f7574652d636f6e74726f6c6c65722f642f746f74616c2e737667)](https://packagist.org/packages/muhamadrezaar/route-controller)[![License](https://camo.githubusercontent.com/6ab69becc831106f249da35878f1d0f1a95ff5da367e14a8182c0901a1e45e3c/68747470733a2f2f706f7365722e707567782e6f72672f6d7568616d616472657a6161722f726f7574652d636f6e74726f6c6c65722f6c6963656e73652e737667)](https://packagist.org/packages/muhamadrezaar/route-controller)

If you are used to using laravel 4 or laravel 5.2 you may be familiar with Route :: controller, but unfortunately in laravel 5.3 ++ Route Controller will be deleted.

But do not worry, by using this package you can reuse the artificial route controller and maintained by me ([Muhamad Reza AR](https://github.com/julles))

How to Install ?
----------------

[](#how-to-install-)

Add Packages in composer

```
composer require muhamadrezaar/route-controller
```

Add service provider and facade

```
Julles\RouteControllerProvider::class,
```

```
'RouteController'=>Julles\RouteControllerFacade::class,
```

How to Use ?
------------

[](#how-to-use-)

in route file (routes/web.php)

```
	\RouteController::build('tes','TesController');
```

Samples Methods in Source Controller

```
public function getIndex() // url generated : yoururl.dev/tes or yoururl.dev/tes/index
{
	dd('hello world');
}

public function getTriRiska() // url generated yoururl.dev/tes/tri-riska
{
    dd('My Friend');
}

public function postCreate() // url generated yoururl.dev/tes/create
{

}
```

License
-------

[](#license)

MIT

ENJOY!!

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

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

Total

4

Last Release

3140d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a1c0f6db7496973eb4388a341803bf666baefb0046a8bd64fdbdea55b4bc9f3?d=identicon)[julles](/maintainers/julles)

---

Top Contributors

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

---

Tags

controllerindonesialaravellaravel5packagerouteroutecontroller

### Embed Badge

![Health badge](/badges/muhamadrezaar-route-controller/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M529](/packages/laravel-passport)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M255](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)

PHPackages © 2026

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