PHPackages                             brnbio/laravel-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. [Framework](/categories/framework)
4. /
5. brnbio/laravel-modules

ActiveLibrary[Framework](/categories/framework)

brnbio/laravel-modules
======================

Modules system for laravel

1.0.4(2y ago)0840MITPHPPHP ^7.3|^8.0

Since Jan 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/brnbio/laravel-modules)[ Packagist](https://packagist.org/packages/brnbio/laravel-modules)[ RSS](/packages/brnbio-laravel-modules/feed)WikiDiscussions master Synced yesterday

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

laravel-modules
===============

[](#laravel-modules)

Easy and performant module management for laravel.

Installation
------------

[](#installation)

```
composer require brnbio/laravel-modules
```

```
php artisan vendor:publish --provider="Brnbio\LaravelModules\ServiceProvider" --tag="config"
```

Usage
-----

[](#usage)

#### Load module

[](#load-module)

Add module config to *config/modules.php*

```
'foo' => [
    'name' => 'Foobar',
    'namespace' => 'App\Modules\Foobar',
    'enabled' => true,
]
```

#### Config options

[](#config-options)

**name**Name of the module

**namespace**Namespace of the module

**enabled**Enable or disable the module (default: false)

**seeder**Seeder class name (default: null)

**src**Path to the module source

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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 ~229 days

Total

5

Last Release

1023d ago

PHP version history (2 changes)1.0.0PHP ^7.3

1.0.1PHP ^7.3|^8.0

### Community

Maintainers

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

---

Top Contributors

[![fheider](https://avatars.githubusercontent.com/u/3755151?v=4)](https://github.com/fheider "fheider (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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