PHPackages                             lassehaslev/laravelmodules - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lassehaslev/laravelmodules

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lassehaslev/laravelmodules
==========================

This package help organizing your laravel application into modules.

1.2.1(8y ago)122MITPHPPHP &gt;=5.3.0

Since Aug 31Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (5)Used By (0)

(Deprecated) laravelmodules
===========================

[](#deprecated-laravelmodules)

> This package is deprecated in favor for [lassehaslev/laravel-modules](https://github.com/LasseHaslev/laravel-modules)

> Package for ordering folders in modules

Motivation
----------

[](#motivation)

It can be a good practice to organize you application features into different modules. This package helps you with that.

Install
-------

[](#install)

Begin by installing the package through Composer in your project folder.

```
composer require lassehaslev/laravelmodules

```

Open `config/app.php` and add `LasseHaslev\LaravelModules\Providers\ServiceProvider::class` to the `providers` array.

Usage
-----

[](#usage)

In your `app/` folder create a folder named `Modules/`. This is where you place all your modules.

Then this folder will be treated as its own `app/` folder.

**Example**

```
app/Modules/MyModule/
    Http/
        Controllers/
        Requests/
        routes.php
        routes.php
    Jobs/
    views/

```

License
-------

[](#license)

MIT, dawg

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~236 days

Total

4

Last Release

3195d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/39edaff7913420649a4d7e159faecfef8210b583f645ef2f89545f2c72b64a9b?d=identicon)[LasseHaslev](/maintainers/LasseHaslev)

---

Top Contributors

[![LasseHaslev](https://avatars.githubusercontent.com/u/3670799?v=4)](https://github.com/LasseHaslev "LasseHaslev (6 commits)")

### Embed Badge

![Health badge](/badges/lassehaslev-laravelmodules/health.svg)

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

PHPackages © 2026

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