PHPackages                             onbuilderx/lumen-rmbasemodule - 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. onbuilderx/lumen-rmbasemodule

ActiveLibrary[Framework](/categories/framework)

onbuilderx/lumen-rmbasemodule
=============================

Modular Management in Lumen

078PHP

Since Nov 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/OnbuilderX/lumen-rmbasemodule)[ Packagist](https://packagist.org/packages/onbuilderx/lumen-rmbasemodule)[ RSS](/packages/onbuilderx-lumen-rmbasemodule/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

lumen-rmbasemodule
==================

[](#lumen-rmbasemodule)

Modular Management in Lumen

### Features

[](#features)

lumen-rmbasemodule is a lumen package which created to manage your large atomic lumen app using modules.

Install
=======

[](#install)

To install through Composer, by run the following command:

`composer require onbuilderx/lumen-rmbasemodule`

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

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

```

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

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

**Tip: don't forget to run `composer dump-autoload` afterwards.**

Documentation
-------------

[](#documentation)

You'll find installation instructions and full documentation on .

### Credits

[](#credits)

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

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

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

---

Top Contributors

[![OnbuilderX](https://avatars.githubusercontent.com/u/64917808?v=4)](https://github.com/OnbuilderX "OnbuilderX (15 commits)")

### Embed Badge

![Health badge](/badges/onbuilderx-lumen-rmbasemodule/health.svg)

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

###  Alternatives

[laravel/dusk

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

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