PHPackages                             jumbodroid/laramod - 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. jumbodroid/laramod

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

jumbodroid/laramod
==================

Laramod

v1.0.0(4y ago)0883proprietaryPHPPHP &gt;=7.3

Since Jul 9Pushed 3y agoCompare

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

READMEChangelog (1)Dependencies (7)Versions (3)Used By (0)

Laramod
=======

[](#laramod)

Install
-------

[](#install)

To install through Composer, add a vcs repository pointing to this repo and run the following command:

```
composer require jumbodroid/laramod
```

The package will automatically register a service provider and alias.

Optionally, publish the package's configuration file by running:

```
php artisan vendor:publish --provider="Jumbodroid\Laramod\LaravelModulesServiceProvider"
```

### 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.**

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1764d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

modulemoduleslaramod

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/jumbodroid-laramod/health.svg)

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

###  Alternatives

[zonneplan/laravel-module-loader

Module loader for Laravel

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

PHPackages © 2026

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