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

AbandonedArchivedLibrary[Framework](/categories/framework)

draku/modules
=============

A library that allows you to split functionality into modules in a Laravel application without having to write service providers and additional configuration.

0.0.3(9y ago)08MITPHPPHP &gt;=7.1.2

Since Mar 24Pushed 9y ago1 watchersCompare

[ Source](https://github.com/drakantas/modules)[ Packagist](https://packagist.org/packages/draku/modules)[ RSS](/packages/draku-modules/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (5)Versions (4)Used By (0)

Draku modules
=============

[](#draku-modules)

Modules is a library that allows you to split functionality into modules in a Laravel application without having to write service providers and additional configuration.

Personal opinion
----------------

[](#personal-opinion)

This library is currently on a very early stage, there's many things that should be optimized and another bunch that need to be worked on, such as a cache. I recommend you to install the `dev-master` version.

Requirements
------------

[](#requirements)

- PHP 7.1.2 or higher.
- Laravel 5.4

Configuration
-------------

[](#configuration)

There is hardly anything to do to set this up:

1. Add `Draku\Modules\ModulesServiceProvider::class` to your autoloaded service providers list.
2. Run `php artisan vendor:publish` just in case you want to customize your installation.
3. That's it, you're ready to go.

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

[](#documentation)

Soon.

File structure
--------------

[](#file-structure)

You may not change this file structure because it's currently hard coded.

```
/
    modules/
        Auth/
            Controllers/
                LoginController.php
            Entities/
                User.php
            Routes/
                Auth.php
            Views/
                login.blade.php
                redirect.php

```

TO DO
-----

[](#to-do)

- Separate configuration from classes.
- Allow UrlGenerator to find modules' controllers.
- Class map cache.
- CLI functionality.
- Unit tests.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

3384d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1133881?v=4)[John Trammel](/maintainers/draku)[@draku](https://github.com/draku)

---

Top Contributors

[![drakantas](https://avatars.githubusercontent.com/u/894289?v=4)](https://github.com/drakantas "drakantas (10 commits)")

---

Tags

laravel-packagelaravel54php-7

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[moonshine/moonshine

Laravel administration panel

1.3k239.9k76](/packages/moonshine-moonshine)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M169](/packages/laravel-ai)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k28.4M137](/packages/laravel-cashier)[laravel/folio

Page based routing for Laravel.

603526.4k31](/packages/laravel-folio)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k14.1M124](/packages/laravel-pulse)

PHPackages © 2026

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