# InterNACHI/modular

Modularize your Laravel application

Repository: https://github.com/InterNACHI/modular
Canonical: https://ross.abutalabs.com/products/internachi-modular
Language: PHP
License: MIT
License Family: permissive
Last push: 2026-05-21T14:59:12+00:00

## Health v2 (maintenance only)
Score: 80/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 83, release rhythm 64, longevity 100
- inputs: {"age_days": 2250, "days_push": 104, "days_rel": 163, "gap_med": 31, "n_releases_24m": 6}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1202, forks 108 (observed 2026-08-28T04:03:58.413952+00:00)

## What it is
A Laravel package that adds a module system for organizing large applications into self-contained modules under an app-modules/ directory. It leverages Composer path repositories and Laravel package discovery, plus Artisan commands to scaffold new modules.

## Use cases
- modularize a large laravel application
- split a laravel monolith into modules
- organize laravel code into self-contained modules
- scaffold laravel modules with artisan
- prepare laravel modules for extraction into packages

## When to choose
- you have a large Laravel codebase that needs better structural organization
- you want modules that follow standard Laravel package conventions
- you may want to extract modules into standalone packages later

## When to avoid
- you use a framework other than Laravel
- you need full modular monolith features like inter-module communication enforcement or runtime module isolation
- your project is small enough that a modules layer adds unnecessary complexity

## Facets
- artifact type: library
- maturity: active
- function: plugin-system, developer-tools, cli
- domain: web-development, backend, developer-tools
- platform: php, cli
- tags: laravel, modular-architecture, monolith-modularization, package-discovery, scaffolding, php

## Member repositories
- InterNACHI/modular (main) score 80

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:58.413952+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:20:34.066472+00:00, confidence not recorded.
  - readme: https://github.com/InterNACHI/modular (fetched 2026-08-28T04:03:58.413952+00:00, sha 89235cbc5e2d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
