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

ActiveLibrary

expstudio/lumen-modules
=======================

Lumen 5.4 Modules

v5.0.1(8y ago)04.3kMITPHPPHP &gt;=5.6.4

Since Jun 12Pushed 8y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (64)Used By (0)

Clone from Caffeinated Modules
==============================

[](#clone-from-caffeinated-modules)

Expstudio Modules
=================

[](#expstudio-modules)

[![Lumen 5.4](https://camo.githubusercontent.com/75131d11d31d6c075dfacbd9c5b9689bf44b4a6bfbd465807b0dce2bd15ac6d2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c756d656e2d352e342d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](http://lumen.laravel.com)[![Source](https://camo.githubusercontent.com/ab14801ea0742369d3284688ee4d907250b07ccfe016977de3e45a35e574d237/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d65787073747564696f2f6d6f64756c65732d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/expstudio/modules)[![License](https://camo.githubusercontent.com/30597ff9a350144f03bffdd9183e16468e0b3ca1193e1d08591d992622738d55/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://tldrlegal.com/license/mit-license)

Expstudio Modules is a simple package to allow the means to separate your Lumen 5.4 application out into modules. Each module is completely self-contained allowing the ability to simply drop a module in for use.

The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code.

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

[](#documentation)

You will find user friendly and updated documentation in the wiki here: [Caffeinated Modules Wiki](https://github.com/caffeinated/modules/wiki)

Quick Installation
------------------

[](#quick-installation)

Begin by installing the package through Composer.

```
composer require expstudio/lumen-modules

```

Once this operation is complete, simply add both the service provider and facade classes to your project's `bootstrap/app.php` file:

#### Service Provider

[](#service-provider)

```
$app->register(Expstudio\Modules\ModulesServiceProvider::class);
```

#### Facade

[](#facade)

```
$app->withFacades(true, [Expstudio\Modules\Facades\Module::class => 'Module']);
```

And that's it! With your coffee in reach, start building out some awesome modules!

#### Add Module

[](#add-module)

```
$app->register(App\Modules\[ModuleName]\Providers\ModuleServiceProvider::class);
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 90.2% 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 ~13 days

Recently: every ~36 days

Total

63

Last Release

3179d ago

Major Versions

v1.2.3 → v2.0.12015-06-12

v2.2.4 → v3.02016-03-01

v3.2.5 → v4.02016-08-23

v4.1.6 → v5.0.x-dev2017-04-06

v4.2.1 → v5.0.02017-08-31

PHP version history (3 changes)v1.2.3PHP &gt;=5.4.0

v2.0.1PHP &gt;=5.5.9

v4.0PHP &gt;=5.6.4

### Community

Maintainers

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

---

Top Contributors

[![kaidesu](https://avatars.githubusercontent.com/u/355659?v=4)](https://github.com/kaidesu "kaidesu (348 commits)")[![hamrahpay](https://avatars.githubusercontent.com/u/13062340?v=4)](https://github.com/hamrahpay "hamrahpay (5 commits)")[![torrentalle](https://avatars.githubusercontent.com/u/1963459?v=4)](https://github.com/torrentalle "torrentalle (5 commits)")[![nickurt](https://avatars.githubusercontent.com/u/5840084?v=4)](https://github.com/nickurt "nickurt (4 commits)")[![nejtr0n](https://avatars.githubusercontent.com/u/4633773?v=4)](https://github.com/nejtr0n "nejtr0n (3 commits)")[![petersooley](https://avatars.githubusercontent.com/u/834265?v=4)](https://github.com/petersooley "petersooley (3 commits)")[![veneliniliev](https://avatars.githubusercontent.com/u/5311085?v=4)](https://github.com/veneliniliev "veneliniliev (3 commits)")[![nurmanhabib](https://avatars.githubusercontent.com/u/5308494?v=4)](https://github.com/nurmanhabib "nurmanhabib (2 commits)")[![dakiesse](https://avatars.githubusercontent.com/u/5033716?v=4)](https://github.com/dakiesse "dakiesse (2 commits)")[![pankitgami](https://avatars.githubusercontent.com/u/12875933?v=4)](https://github.com/pankitgami "pankitgami (2 commits)")[![comenk](https://avatars.githubusercontent.com/u/16794442?v=4)](https://github.com/comenk "comenk (1 commits)")[![PaulEmich](https://avatars.githubusercontent.com/u/1635879?v=4)](https://github.com/PaulEmich "PaulEmich (1 commits)")[![mgsmus](https://avatars.githubusercontent.com/u/543371?v=4)](https://github.com/mgsmus "mgsmus (1 commits)")[![poppabear8883](https://avatars.githubusercontent.com/u/7263458?v=4)](https://github.com/poppabear8883 "poppabear8883 (1 commits)")[![rasim](https://avatars.githubusercontent.com/u/983327?v=4)](https://github.com/rasim "rasim (1 commits)")[![syahzul](https://avatars.githubusercontent.com/u/707301?v=4)](https://github.com/syahzul "syahzul (1 commits)")[![talbergs](https://avatars.githubusercontent.com/u/7649265?v=4)](https://github.com/talbergs "talbergs (1 commits)")[![maengkom](https://avatars.githubusercontent.com/u/960467?v=4)](https://github.com/maengkom "maengkom (1 commits)")[![chriskonnertz](https://avatars.githubusercontent.com/u/4319323?v=4)](https://github.com/chriskonnertz "chriskonnertz (1 commits)")

---

Tags

lumenmodulesexpstudio

### Embed Badge

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

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

###  Alternatives

[kitloong/laravel-migrations-generator

Generates Laravel Migrations from an existing database

2.9k7.4M24](/packages/kitloong-laravel-migrations-generator)[internachi/modular

Modularize your Laravel apps

1.1k662.4k8](/packages/internachi-modular)[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[axlon/laravel-postal-code-validation

Worldwide postal code validation for Laravel and Lumen

3853.3M1](/packages/axlon-laravel-postal-code-validation)[laravel-lang/publisher

Localization publisher for your Laravel application

2167.7M24](/packages/laravel-lang-publisher)[kra8/laravel-snowflake

Snowflake for Laravel and Lumen.

188402.3k6](/packages/kra8-laravel-snowflake)

PHPackages © 2026

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