PHPackages                             shopper-labs/laravel-module - 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. shopper-labs/laravel-module

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

shopper-labs/laravel-module
===========================

Module management package for Laravel

1.0.0(4mo ago)0271↓41.7%MITPHPPHP ^8.0

Since Dec 27Pushed 4mo agoCompare

[ Source](https://github.com/shopper-labs/laravel-module)[ Packagist](https://packagist.org/packages/shopper-labs/laravel-module)[ RSS](/packages/shopper-labs-laravel-module/feed)WikiDiscussions main Synced 1mo ago

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

Module management package for Laravel
=====================================

[](#module-management-package-for-laravel)

This package intends to make your Laravel app extensible via modules. A module is a kinda small Laravel app, shipping with its own views, controllers, models, etc.

Getting Started
---------------

[](#getting-started)

### 1. Install

[](#1-install)

Run the following command:

```
composer require shopper-labs/laravel-module
```

### 2. Register

[](#2-register)

Service provider and facade will be registered automatically. If you want to register them manually in `config/app.php`:

```
Shopper\Module\Facade::class,
Shopper\Module\Providers\Laravel::class,
```

### 3. Publish

[](#3-publish)

Publish config file.

```
php artisan vendor:publish --tag=module
```

### 4. Configure

[](#4-configure)

You can change the configuration from `config/module.php` file

### 5. Autoloading

[](#5-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.**

Usage
-----

[](#usage)

Check out the [wiki](../../wiki) about the usage and further documentation.

Changelog
---------

[](#changelog)

Please see [Releases](../../releases) for more information what has changed recently.

Contributing
------------

[](#contributing)

Pull requests are more than welcome. You must follow the PSR coding standards.

License
-------

[](#license)

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

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance74

Regular maintenance activity

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

142d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ce70053083f807f4416f0bafe680691b66cd14f3c1bdf7b3df51b6f5b5cfdea?d=identicon)[dobron](/maintainers/dobron)

---

Top Contributors

[![richardDobron](https://avatars.githubusercontent.com/u/33115305?v=4)](https://github.com/richardDobron "richardDobron (1 commits)")

---

Tags

laravelmoduleradShopper

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/shopper-labs-laravel-module/health.svg)

```
[![Health](https://phpackages.com/badges/shopper-labs-laravel-module/health.svg)](https://phpackages.com/packages/shopper-labs-laravel-module)
```

###  Alternatives

[akaunting/laravel-module

Module management package for Laravel

124239.1k](/packages/akaunting-laravel-module)

PHPackages © 2026

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