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

ActiveLibrary[Framework](/categories/framework)

langleyfoxall/modules-laravel
=============================

Package for building modular laravel applications

1.6.4(7y ago)71061[1 issues](https://github.com/langleyfoxall/modules-laravel/issues)LGPL-3.0-onlyPHPPHP ^7.1.3

Since Apr 30Pushed 7y ago3 watchersCompare

[ Source](https://github.com/langleyfoxall/modules-laravel)[ Packagist](https://packagist.org/packages/langleyfoxall/modules-laravel)[ Docs](https://github.com/LFSoftware/modules-laravel)[ RSS](/packages/langleyfoxall-modules-laravel/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (1)Versions (22)Used By (0)

Modules Laravel
===============

[](#modules-laravel)

Package for building modular laravel applications. Master is used for development, check versioned branches for stable releases.

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

[](#installation)

Require with composer:

```
composer require langleyfoxall/modules-laravel

```

Add service provider to `config/app.php`:

```
LangleyFoxall\Modules\LaravelModuleServiceProvider::class,

```

Publish configuration file:

```
php artisan vendor:publish --provider="LangleyFoxall\Modules\LaravelModuleServiceProvider"

```

Commands
--------

[](#commands)

### Modules

[](#modules)

To create a module simply run:

```
php artisan modules:make [.[.]]

```

To delete a module simply run:

```
php artisan modules:delete [.[.]]

```

### Widgets

[](#widgets)

To create a widget simply run:

```
php artisan modules:make-widget .[.]

```

To delete a widget simply run:

```
php artisan modules:delete-widget .[.]

```

### Misc

[](#misc)

To force generation of configuration file run:

```
php artisan modules:config

```

Folder Structure
----------------

[](#folder-structure)

Modules that are generated can be found at `app/Modules`. The configuration file can be found at `config/modules.php`

```
app
    -- Modules
        --
            -- Http
                -- Controllers
                -- Middleware
            -- Migrations
            -- Models
            -- Modules
                --
                    --
            -- Providers
            -- Routes
            -- Views

```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% 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 ~6 days

Recently: every ~18 days

Total

21

Last Release

2857d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18738623?v=4)[Codebased Ltd](/maintainers/langleyfoxall)[@langleyfoxall](https://github.com/langleyfoxall)

![](https://www.gravatar.com/avatar/fe494acbaf738dfb198cb8281a86065597bfb032317e3b111bb6f278b15ab727?d=identicon)[wheatleyjj](/maintainers/wheatleyjj)

---

Top Contributors

[![dextermb](https://avatars.githubusercontent.com/u/6137789?v=4)](https://github.com/dextermb "dextermb (42 commits)")[![jaredkove](https://avatars.githubusercontent.com/u/23653050?v=4)](https://github.com/jaredkove "jaredkove (9 commits)")[![AlexCatch](https://avatars.githubusercontent.com/u/13490042?v=4)](https://github.com/AlexCatch "AlexCatch (3 commits)")

---

Tags

phplaravelmodules

### Embed Badge

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

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

###  Alternatives

[caffeinated/modules

Laravel Modules

953666.6k9](/packages/caffeinated-modules)[pingpong/modules

Laravel Modules

576190.1k13](/packages/pingpong-modules)[dragon-code/support

Support package is a collection of helpers and tools for any project.

239.6M106](/packages/dragon-code-support)[luyadev/luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.

8066.9k2](/packages/luyadev-luya)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11914.4k42](/packages/kompo-kompo)[gdg-tangier/cloud-pubsub

Google Cloud pub-sub for laravel

5056.7k](/packages/gdg-tangier-cloud-pubsub)

PHPackages © 2026

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