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

ActiveLibrary[Framework](/categories/framework)

stoykov/lumen-modules
=====================

Lumen Modulation

2204[1 issues](https://github.com/Stoykov/lumen-modules/issues)PHP

Since Oct 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Stoykov/lumen-modules)[ Packagist](https://packagist.org/packages/stoykov/lumen-modules)[ RSS](/packages/stoykov-lumen-modules/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Lumen-Modules
=============

[](#lumen-modules)

Simplified version of [laravel-modules](https://github.com/nWidart/laravel-modules), fit to use in [Lumen 5.5](https://lumen.laravel.com/)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

`stoykov/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 views, controllers or models. This package is supported and tested in Lumen 5.5.

This package is a simplified version of [laravel-modules](https://github.com/nWidart/laravel-modules) with only Lumen support in mind, it has the bare minimum to be able to serve modules.

Find out why you should use this package in the article: [Writing modular applications with laravel-modules](https://nicolaswidart.com/blog/writing-modular-applications-with-laravel-modules).

Install
-------

[](#install)

To install through Composer, by run the following command:

```
composer require stoykov/lumen-modules
```

The package will automatically register a service provider and alias.

### Autoloading

[](#autoloading)

By default the module classes are not loaded automatically. You can autoload your modules using `psr-4`. For example:

```
{
  "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)
- [gravitano](https://github.com/gravitano)
- [Antoan Stoykov](https://github.com/stoykov)
- [All Contributors](https://github.com/nWidart/laravel-modules/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c1a4a2257c44bb60f3f34c0986482bcd91513dfcc70008c9361c8732893dd8a?d=identicon)[arstoykov](/maintainers/arstoykov)

---

Top Contributors

[![Stoykov](https://avatars.githubusercontent.com/u/6407696?v=4)](https://github.com/Stoykov "Stoykov (3 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

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

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

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

1.9k38.6M289](/packages/laravel-dusk)[pinguo/php-msf

Pinguo Micro Service Framework For PHP

1.7k4.2k](/packages/pinguo-php-msf)[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)
