PHPackages                             sarvarov/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. sarvarov/laravel-modules

ActiveLibrary[Framework](/categories/framework)

sarvarov/laravel-modules
========================

Lightweight assistant for implementing modular architecture in Laravel.

v1.1.0(5y ago)148MITPHP

Since Dec 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/RomanSarvarov/laravel-modules)[ Packagist](https://packagist.org/packages/sarvarov/laravel-modules)[ RSS](/packages/sarvarov-laravel-modules/feed)WikiDiscussions main Synced today

READMEChangelog (9)DependenciesVersions (12)Used By (0)

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

[](#laravel-modules)

Lightweight assistant for implementing modular architecture in Laravel.

```
app
- Modules
- - Page
- - - Controllers
- - - Migrations
- - - Translations
- - - Views
- - - Routes
- - - Models

```

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

[](#installation)

1. `composer require sarvarov/laravel-modules`
2. php artisan `vendor:publish --provider="Sarvarov\LaravelModules\ModuleServiceProvider"`.
3. In `config/modules.php` add your created modules in `list` parameter, for example:

```
'list' => [
    'BlogPost' => [
        'prefix' => 'blog-post',
        'routes' => ['web'],
    ],
],

```

In example above it will load routes from `app/Modules/Frontend/Page/Routes/web.php`. `\Route::get('/', 'PageController@index');` will route to `app/Modules/Frontend/Page/Controllers/PageController`.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

11

Last Release

1992d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22810973?v=4)[sarvarov](/maintainers/sarvarov)[@sarvarov](https://github.com/sarvarov)

---

Top Contributors

[![romsar](https://avatars.githubusercontent.com/u/27378369?v=4)](https://github.com/romsar "romsar (41 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

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

1.9k39.6M299](/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)
