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 2w 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 62% 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

3192d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8998059?v=4)[Muhamad Reza Abdul Rohim](/maintainers/julles)[@julles](https://github.com/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/socialite

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

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

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

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

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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