PHPackages                             dnafactory/laravel-modular-framework - 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. dnafactory/laravel-modular-framework

ActiveLibrary[Framework](/categories/framework)

dnafactory/laravel-modular-framework
====================================

Enhance Laravel Modular System

1.4.0(6y ago)032MITPHPPHP &gt;=7.0.0

Since Mar 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/dnafactory/laravel-modular-framework)[ Packagist](https://packagist.org/packages/dnafactory/laravel-modular-framework)[ Docs](https://github.com/danielrussob/laravel-modular-framework.git)[ RSS](/packages/dnafactory-laravel-modular-framework/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (1)Versions (10)Used By (0)

see

Usage
-----

[](#usage)

composer require dnafactory/laravel-modular-package

### Make Module

[](#make-module)

`php artisan dna:make:module {moduleName}`

it will create all etc files

### Make Triad

[](#make-triad)

`php artisan dna:make:triad {moduleName} {className} {tableName}`

To create:

Migration + Model + Repository + Factory

*Be careful*: remember to add in etc/di.php all class suggested by command

For example:

`php artisan dna:make:triad Module1 Book book`

it will create:

Book migration Book Model Book Repository Book Factory

### Make Controller

[](#make-controller)

`php artisan dna:make:controller {moduleName} {className}`

it will create a Controller

### Make Command

[](#make-command)

`php artisan dna:make:command {moduleName} {className}`

it will create a Command

### Make Provider

[](#make-provider)

`php artisan dna:make:provider {moduleName} {className}`

it will create a Service Provider

### Make Seeder

[](#make-seeder)

`php artisan dna:make:seeder {moduleName} {className}`

it will create a Seeder

### Make Channel

[](#make-channel)

`php artisan dna:make:channel {moduleName} {className}`

it will create a Channel

### Make Event

[](#make-event)

`php artisan dna:make:event {moduleName} {className}`

it will create an event

### Make Event-Broadcast

[](#make-event-broadcast)

`php artisan dna:make:event-broadcast {moduleName} {className}`

it will create a Broadcast event

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

9

Last Release

2247d ago

### Community

Maintainers

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

---

Top Contributors

[![danielrussob](https://avatars.githubusercontent.com/u/13854502?v=4)](https://github.com/danielrussob "danielrussob (11 commits)")

### Embed Badge

![Health badge](/badges/dnafactory-laravel-modular-framework/health.svg)

```
[![Health](https://phpackages.com/badges/dnafactory-laravel-modular-framework/health.svg)](https://phpackages.com/packages/dnafactory-laravel-modular-framework)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

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

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

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