PHPackages                             fszsoft/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. fszsoft/laravel-modules

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

fszsoft/laravel-modules
=======================

Laravel Module management

01PHP

Since Nov 1Pushed 7y ago1 watchersCompare

[ Source](https://github.com/fszsoft/laravel-modules)[ Packagist](https://packagist.org/packages/fszsoft/laravel-modules)[ RSS](/packages/fszsoft-laravel-modules/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

**Laravel****laravel-modules**5.4^1.05.5^2.05.6^3.05.7^4.0`fszsoft/laravel-modules` is a Laravel package which created to manage your large Laravel app using modules. Module is like a Laravel package, it has some views, controllers or models. This package is supported and tested in Laravel 5.

This package is a re-published, re-organised and maintained version of \[pingpong/modules\]

Install
-------

[](#install)

To install through Composer, by run the following command:

```
composer require fszsoft/laravel-modules
```

The package will automatically register a service provider and alias.

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

```
php artisan vendor:publish --provider="Fszsoft\Modules\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.**

License
-------

[](#license)

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

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/729abbfed894c89d94e53eed2cd1a1383bb25dbb2f8959fbb37a333325e8a400?d=identicon)[batchjobs](/maintainers/batchjobs)

---

Top Contributors

[![fullstackzonenet](https://avatars.githubusercontent.com/u/180988606?v=4)](https://github.com/fullstackzonenet "fullstackzonenet (3 commits)")

### Embed Badge

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

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

###  Alternatives

[mastergalen/adsense-ads

Display Adsense ads easily in Laravel.

1311.2k](/packages/mastergalen-adsense-ads)

PHPackages © 2026

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