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

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

jarhen/laravel-modules
======================

Laravel Module management

04PHP

Since Jan 23Pushed 8y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel-Modules
===============

[](#laravel-modules)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5c2e29578b0498d1ce3af67671b8dbe701d2944917226dad95fad0c54dc306b1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a61696d6572616d6f732f6c61726176656c2d6d6f64756c65732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jaimeramos/laravel-modules)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/6c0f0b8cf3a569c9eab02f736ff61e7f2249db50ffca2e365dca4af77f204f3d/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6a61696d6572616d6f732f6c61726176656c2d6d6f64756c65732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/jaimeramos/laravel-modules)[![Scrutinizer Coverage](https://camo.githubusercontent.com/2ccb60da8f05b2974e83b4dbeff46af924f2d7f08e927f94c24272865eab0d74/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6a61696d6572616d6f732f6c61726176656c2d6d6f64756c65732e7376673f6d61784167653d3836343030267374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jaimeramos/laravel-modules/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/03e2e7bc2797f037c0a1869dc105899f2e38ae54fb1764bac672ed8cfae9bbe8/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f32353332306130382d386166342d343735652d613233652d3333323166353562663864322e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/25320a08-8af4-475e-a23e-3321f55bf8d2)[![Quality Score](https://camo.githubusercontent.com/a40e27979db7cdcc394e766627f55c1dbf3978af3e40c6204d56d32e28b578e4/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6a61696d6572616d6f732f6c61726176656c2d6d6f64756c65732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jaimeramos/laravel-modules)[![Total Downloads](https://camo.githubusercontent.com/73967e9e8760160047f122e2e64c656b17588fc194b794c3745e4494144682c8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a61696d6572616d6f732f6c61726176656c2d6d6f64756c65732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jaimeramos/laravel-modules)

**Laravel****laravel-modules**5.4^1.05.5^2.0`jaimeramos/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](https://github.com/pingpong-labs/modules), which isn't maintained anymore. This package is used in [AsgardCMS](https://asgardcms.com/).

With one big added bonus that the original package didn't have: **tests**.

Find out why you should use this package in the article: [Writing modular applications with laravel-modules](jaimeramosjr.16mb.com/blog/writing-modular-applications-with-laravel-modules).

Install
-------

[](#install)

To install through Composer, by run the following command:

```
composer require jaimeramos/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="jaimeramos\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.**

Documentation
-------------

[](#documentation)

You'll find installation instructions and full documentation on .

Credits
-------

[](#credits)

- [Jaime Ramos Jr](https://github.com/jaimeramos)

About Jaime Ramos Jr
--------------------

[](#about-jaime-ramos-jr)

Jaime Ramos Jr is a freelance web developer specialising on the Laravel framework(jaimeramosjr.16mb.com/projects).

License
-------

[](#license)

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

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/ae9be339b48a8290a58bf5634fa2274b060d58c067125d25e0d89a9d9ce9aeb5?d=identicon)[jarhen](/maintainers/jarhen)

### Embed Badge

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

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

###  Alternatives

[anlutro/l4-settings

Persistent settings in Laravel.

9312.4M19](/packages/anlutro-l4-settings)[godruoyi/php-snowflake

An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).

8582.3M61](/packages/godruoyi-php-snowflake)[tuupola/ksuid

K-Sortable Globally Unique IDs

1081.2M4](/packages/tuupola-ksuid)[mcordingley/linearalgebra

Matrix math for PHP.

85146.3k1](/packages/mcordingley-linearalgebra)[hyva-themes/magento2-wysiwyg-svg

Allow SVGs and all tailwind classes in CMS block and page content.

17130.8k](/packages/hyva-themes-magento2-wysiwyg-svg)[syrian-open-source/laravel-youtube-iframe-generator

Laravel package allows you to generate an iframe tag with a video player depending on a youtube URL.

184.2k](/packages/syrian-open-source-laravel-youtube-iframe-generator)

PHPackages © 2026

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