PHPackages                             sabers/modules-manager - 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. sabers/modules-manager

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

sabers/modules-manager
======================

A Laravel package for managing modules.

021PHP

Since Oct 2Pushed 2y ago1 watchersCompare

[ Source](https://github.com/EL-MOURABITsaber/modules-manager)[ Packagist](https://packagist.org/packages/sabers/modules-manager)[ RSS](/packages/sabers-modules-manager/feed)WikiDiscussions first Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

Modules Manager
===============

[](#modules-manager)

Modules Manager is a Laravel package that simplifies the management of modules in your Laravel applications.

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

[](#installation)

Require this package with composer. It is recommended to only require the package for development.

```
composer require sabers/modules-manager
```

Next, publish the package's configuration file and assets using the following Artisan command:

```
php artisan vendor:publish --tag="modules-manager"
```

After publishing the configuration, make sure to run the install command , this will setup layouts , install frnt and back end packages revolving around the tallStack

```
php artisan tallStack:install
```

After the instalation, make sure to install the required frontend dependencies and compile the assets:

```
npm install
npm run dev
```

Now, add the following line to the PSR-4 autoload section in your composer.json file:

```
"autoload": {
    "psr-4": {
        "Modules\\": "Modules/" // this should be added
    }
},
```

After adding the line, run the following command to autoload the new classmap:

```
composer dump-autoload
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8adf5a44205ae927e3eec5b2ccaa74dd37d15254ebfb931e47beacaf0c5eb40b?d=identicon)[EL-MOURABITsaber](/maintainers/EL-MOURABITsaber)

---

Top Contributors

[![EL-MOURABITsaber](https://avatars.githubusercontent.com/u/85076651?v=4)](https://github.com/EL-MOURABITsaber "EL-MOURABITsaber (2 commits)")

### Embed Badge

![Health badge](/badges/sabers-modules-manager/health.svg)

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

###  Alternatives

[sebastianlenz/linkfield

A Craft field type for selecting links

1191.0M18](/packages/sebastianlenz-linkfield)

PHPackages © 2026

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