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

ActiveLibrary

eafshary/modules
================

Laravel 5.x Modules

v4.2(8y ago)231MITPHPPHP &gt;=5.6.4

Since Jun 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/eafshary/modules)[ Packagist](https://packagist.org/packages/eafshary/modules)[ RSS](/packages/eafshary-modules/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (61)Used By (0)

Caffeinated Modules
===================

[](#caffeinated-modules)

[![Laravel 5.4](https://camo.githubusercontent.com/44a46e1191ed86c4bf05854f78ec02f30d733650dca0c65d216e6ff1d500d3cc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e342d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](http://laravel.com)[![Source](https://camo.githubusercontent.com/8c3e96592162e7080edc1663886485ce4317701755a221ac3113457f3af43d56/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d6361666665696e617465642f6d6f64756c65732d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/caffeinated/modules)[![License](https://camo.githubusercontent.com/30597ff9a350144f03bffdd9183e16468e0b3ca1193e1d08591d992622738d55/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://tldrlegal.com/license/mit-license)

Caffeinated Modules is a simple package to allow the means to separate your Laravel 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 caffeinated/modules

```

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

#### Service Provider

[](#service-provider)

```
Caffeinated\Modules\ModulesServiceProvider::class,
```

#### Facade

[](#facade)

```
'Module' => Caffeinated\Modules\Facades\Module::class,
```

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

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 89% 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 ~12 days

Recently: every ~34 days

Total

60

Last Release

3269d 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

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/31e237a53e1ebafb11bc817b138a7fe990e31a75b40530ab1ec0d79388995055?d=identicon)[eafshary](/maintainers/eafshary)

---

Top Contributors

[![kaidesu](https://avatars.githubusercontent.com/u/355659?v=4)](https://github.com/kaidesu "kaidesu (347 commits)")[![eafshary](https://avatars.githubusercontent.com/u/3935771?v=4)](https://github.com/eafshary "eafshary (6 commits)")[![torrentalle](https://avatars.githubusercontent.com/u/1963459?v=4)](https://github.com/torrentalle "torrentalle (5 commits)")[![hamrahpay](https://avatars.githubusercontent.com/u/13062340?v=4)](https://github.com/hamrahpay "hamrahpay (5 commits)")[![nickurt](https://avatars.githubusercontent.com/u/5840084?v=4)](https://github.com/nickurt "nickurt (4 commits)")[![veneliniliev](https://avatars.githubusercontent.com/u/5311085?v=4)](https://github.com/veneliniliev "veneliniliev (3 commits)")[![petersooley](https://avatars.githubusercontent.com/u/834265?v=4)](https://github.com/petersooley "petersooley (3 commits)")[![nejtr0n](https://avatars.githubusercontent.com/u/4633773?v=4)](https://github.com/nejtr0n "nejtr0n (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)")[![PaulEmich](https://avatars.githubusercontent.com/u/1635879?v=4)](https://github.com/PaulEmich "PaulEmich (1 commits)")[![comenk](https://avatars.githubusercontent.com/u/16794442?v=4)](https://github.com/comenk "comenk (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)")[![mgsmus](https://avatars.githubusercontent.com/u/543371?v=4)](https://github.com/mgsmus "mgsmus (1 commits)")[![maengkom](https://avatars.githubusercontent.com/u/960467?v=4)](https://github.com/maengkom "maengkom (1 commits)")

---

Tags

laravelmodulescaffeinated

### Embed Badge

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

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

###  Alternatives

[caffeinated/modules

Laravel Modules

953661.5k9](/packages/caffeinated-modules)[internachi/modular

Modularize your Laravel apps

1.1k662.4k8](/packages/internachi-modular)[zonneplan/laravel-module-loader

Module loader for Laravel

24118.4k](/packages/zonneplan-laravel-module-loader)[caffeinated/flash

Flash Messages for Laravel

4649.5k2](/packages/caffeinated-flash)

PHPackages © 2026

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