PHPackages                             dxmb/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. [Framework](/categories/framework)
4. /
5. dxmb/lumen-modules

ActiveLibrary[Framework](/categories/framework)

dxmb/lumen-modules
==================

Lumen Module management

078PHP

Since Dec 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/duongtung461991/lumen-modules)[ Packagist](https://packagist.org/packages/dxmb/lumen-modules)[ RSS](/packages/dxmb-lumen-modules/feed)WikiDiscussions master Synced today

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 dxmb/lumen-modules`

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

```
$app->register(dxmb\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

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

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://avatars.githubusercontent.com/u/96032407?v=4)[duongtung461991](/maintainers/duongtung461991)[@duongtung461991](https://github.com/duongtung461991)

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

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

1.9k39.6M299](/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)
