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)0841MITPHPPHP ^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 3w ago

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 57% 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

1073d 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/dusk

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

1.9k39.6M296](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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