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)1481MITPHP

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 1mo ago

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 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

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

1937d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/860eccc417275a30f3b63680f5e57b7314bdba30e956e6145152c69f2da87c50?d=identicon)[sarvarov](/maintainers/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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/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.7M255](/packages/laravel-dusk)[laravel/prompts

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

708181.8M591](/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)
