PHPackages                             gianfriaur/laravel-hyper-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. gianfriaur/laravel-hyper-controller

ActiveLibrary[Framework](/categories/framework)

gianfriaur/laravel-hyper-controller
===================================

Laravel Hyper Controller

v0.1.1(2y ago)03MITPHPPHP ^8.1

Since Jun 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/GianfriAur/LaravelHyperController)[ Packagist](https://packagist.org/packages/gianfriaur/laravel-hyper-controller)[ RSS](/packages/gianfriaur-laravel-hyper-controller/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Hyper Controller
========================

[](#laravel-hyper-controller)

⚽️ Goal
-------

[](#️-goal)

The library is primarily intended to reduce the time Laravel takes to solve a route.

For example let's imagine an application with 30 entities, each of them has the CRUD via api so we can assume that only for the model routes we have 150 routes, if we also have an administration section for managing these we can even get to 300 routes.

This package is found to be even more useful with systems that automatically create admin interfaces or api routes since they usually create a lot of these, such as Sonata in Symfony, which creates a mountain of routes by significantly increasing the request determination time.

This library allows you to **unify all the routes of a controller into one** avoiding that they grow exponentially slowing down your application

---

✨ Features
----------

[](#-features)

- Collects the routes of a controller into a single laravel route, [Read More](./doc/create_your_first_controller.MD)
- Total customization of a route with parameters [Read More](./doc/create_your_first_controller.MD)
- Middleware association for specific action, with insertion and/or removal rules [Read More](./doc/configuring_hyper_controller.MD)
- Highly performing and cached
- Free rewriting of all its parts and the ability to replace them via config [Read More](./doc/customization.MD)
- Configuring controllers via attribute (no extra files) [Read More](./doc/configuring_hyper_controller.MD)
- Compatibility with `gianfriaur/package-loader` package [Read More](./doc/package_loader_autoload.MD)

---

🤙🏼 Quickstart
-------------

[](#-quickstart)

#### 1) Install The package

[](#1-install-the-package)

> composer require gianfriaur/laravel-hyper-controller

#### 2) Publish configuration file

[](#2-publish-configuration-file)

> php artisan vendor:publish --provider="Gianfriaur\\HyperController\\HyperControllerServiceProvider"

**3) Everything is ready, now you can start using HyperController [Create your first controller](./doc/create_your_first_controller.MD)**

---

📝 Next releases
---------------

[](#-next-releases)

- The `php artisan route:list -vv` command with the second level of verbosity will have to show all the information of a HyperController
- Regex path in annotation
- Default parameter in path
- Auto cast/parse/fetch model in parameter `[milestone V1.0.0]`
- Tests List
- `PackageWithHyperController` auto mapper in namespace

---

🎉 License
---------

[](#-license)

The Laravel Hyper Controller package is licensed under the terms of the MIT license and is available for free.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Every ~59 days

Total

2

Last Release

1004d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

controllerlaravelroutelaravelgianfriaur

### Embed Badge

![Health badge](/badges/gianfriaur-laravel-hyper-controller/health.svg)

```
[![Health](https://phpackages.com/badges/gianfriaur-laravel-hyper-controller/health.svg)](https://phpackages.com/packages/gianfriaur-laravel-hyper-controller)
```

###  Alternatives

[laravel/octane

Supercharge your Laravel application's performance.

4.0k21.5M156](/packages/laravel-octane)[laravel/nightwatch

The official Laravel Nightwatch package.

3486.1M13](/packages/laravel-nightwatch)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)[r2luna/brain

Brain: A process-driven architecture alternative for your Laravel Application.

6018.8k1](/packages/r2luna-brain)

PHPackages © 2026

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