PHPackages                             mbf5923/lumen-modules - 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. mbf5923/lumen-modules

ActiveLibrary

mbf5923/lumen-modules
=====================

Lumen Module management

23291PHP

Since Jan 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/mbf5923/lumen-modules)[ Packagist](https://packagist.org/packages/mbf5923/lumen-modules)[ RSS](/packages/mbf5923-lumen-modules/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

lumen-modules
=============

[](#lumen-modules)

Make modular lumen framework for make easy teamwork on big projects

### Features

[](#features)

lumen modules is a lumen package which created to manage your large lumen app using modules. Module is like a lumen package, it has some controllers or models. This package is supported and tested in lumen 8. This package is a re-published, re-organised and maintained version of [laravel-modules](https://github.com/nWidart/laravel-modules "laravel-modules"), which isn't support lumen officially.

Install
=======

[](#install)

To install through Composer, by run the following command:

`composer require mbf5923/lumen-modules`

after install complete, load the config and the service provider in `bootstrap/app.php`

```
$app->register(Mbf\Modules\LumenModulesServiceProvider::class);

```

By default the module classes are not loaded automatically. You can autoload your modules using `psr-4`. so add bellow code in your composer.json :

```
{
"autoload": {
	"psr-4": {
 	 "App\\": "app/",
  	"Modules\\": "modules/"
 }
 }
}

```

### Tip: don't forget to run composer dump-autoload afterwards

[](#tip-dont-forget-to-run-composer-dump-autoload-afterwards)

for more info and full documentation visit

### Credits

[](#credits)

[Nicolas Widart](https://github.com/nwidart "Nicolas Widart")

### Change To Lumen Support

[](#change-to-lumen-support)

[Mohammad Baladi](https://github.com/mbf5923 "Mohammad Baladi")

### License

[](#license)

The MIT License (MIT).

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b7dd611e640272463c90f5438ba656e06812d48d6c3a1afade8e844e2a3270a?d=identicon)[mbf5923](/maintainers/mbf5923)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mbf5923-lumen-modules/health.svg)

```
[![Health](https://phpackages.com/badges/mbf5923-lumen-modules/health.svg)](https://phpackages.com/packages/mbf5923-lumen-modules)
```

PHPackages © 2026

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