PHPackages                             delubyo/l5modules - 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. delubyo/l5modules

ActiveLibrary[Framework](/categories/framework)

delubyo/l5modules
=================

Laravel 5 Modular implementation

1111PHP

Since Jul 28Pushed 10y agoCompare

[ Source](https://github.com/delubyo/L5modules)[ Packagist](https://packagist.org/packages/delubyo/l5modules)[ RSS](/packages/delubyo-l5modules/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

L5modules
=========

[](#l5modules)

Laravel 5 Modular implementation

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

[](#installation)

Install via Composer.

Add the following line to the `composer.json` file and fire `composer update`

```
"delubyo/l5modules": "dev-master"

```

Update your project's service provider in `config/app.php`

#### Service Provider

[](#service-provider)

```
delubyo\L5modules\ModuleServiceProvider::class,

```

Update your project's `composer.json`

#### composer.json

[](#composerjson)

```
    "autoload": {
        "classmap": [
            "database",
            "app/Modules"
        ],
        "psr-4": {
            "App\\": "app/",
            "Modules\\": "app/Modules"
        }
    }

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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/6eafd58e858631b9a94d58224fff9a42c71c4644a5ed47be823bc1c28ba5fea6?d=identicon)[delubyo](/maintainers/delubyo)

---

Top Contributors

[![delubyo](https://avatars.githubusercontent.com/u/494611?v=4)](https://github.com/delubyo "delubyo (12 commits)")

### Embed Badge

![Health badge](/badges/delubyo-l5modules/health.svg)

```
[![Health](https://phpackages.com/badges/delubyo-l5modules/health.svg)](https://phpackages.com/packages/delubyo-l5modules)
```

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[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.7M259](/packages/laravel-dusk)[laravel/prompts

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

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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