PHPackages                             internachi/modular-livewire - 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. internachi/modular-livewire

ActiveLibrary[Framework](/categories/framework)

internachi/modular-livewire
===========================

Livewire plugin for internachi/modular

1.1.0(2w ago)0761↑45.9%2MITPHPPHP &gt;=8.3CI passing

Since May 12Pushed 1w agoCompare

[ Source](https://github.com/InterNACHI/modular-livewire)[ Packagist](https://packagist.org/packages/internachi/modular-livewire)[ RSS](/packages/internachi-modular-livewire/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (3)Dependencies (6)Versions (5)Used By (0)

 [ ![Build Status](https://github.com/InterNACHI/modular-livewire/workflows/PHPUnit/badge.svg) ](https://github.com/InterNACHI/modular-livewire/actions) [ ![Latest Stable Release](https://camo.githubusercontent.com/fff9dc21335cb0fefbb42784101beb29750d1d302877cbe41837a13d66df088c/68747470733a2f2f706f7365722e707567782e6f72672f696e7465726e616368692f6d6f64756c61722d6c697665776972652f762f737461626c65) ](https://packagist.org/packages/internachi/modular-livewire) [ ![MIT Licensed](https://camo.githubusercontent.com/a8c58e3d28c768354677e76e6b3d9c64440b0a30a083d4e17803fc873bc8bd75/68747470733a2f2f706f7365722e707567782e6f72672f696e7465726e616368692f6d6f64756c61722d6c697665776972652f6c6963656e7365) ](./LICENSE)

Modular Livewire
================

[](#modular-livewire)

Livewire plugin for [`internachi/modular`](https://github.com/InterNACHI/modular). Automatically discovers and registers [Livewire](https://livewire.laravel.com/) components from your application modules.

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

[](#requirements)

- PHP 8.3+
- Laravel 11+
- [`internachi/modular`](https://github.com/InterNACHI/modular) ^3.0
- [`livewire/livewire`](https://github.com/livewire/livewire) ^3.0

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

[](#installation)

```
composer require internachi/modular-livewire
```

That's it. The package auto-registers its service provider and plugin via Laravel's package discovery.

How It Works
------------

[](#how-it-works)

This package registers a plugin with `internachi/modular`'s plugin architecture that automatically discovers Livewire components inside your modules. It scans for PHP files in each module's `src/Livewire/` directory and registers them with Livewire.

### Component Discovery

[](#component-discovery)

Place your Livewire components in `src/Livewire/` within any module:

```
app-modules/
├── billing/
│   └── src/
│       └── Livewire/
│           ├── InvoiceTable.php        → billing::invoice-table
│           └── Reports/
│               └── MonthlySummary.php  → billing::reports.monthly-summary
└── users/
    └── src/
        └── Livewire/
            └── UserProfile.php         → users::user-profile

```

### Naming Convention

[](#naming-convention)

Components are registered with the format `{module-name}::{component-name}`:

- Class names are converted to **kebab-case**
- Subdirectories use **dot notation**
- The module name prefix comes from the module's directory name

### Usage in Blade

[](#usage-in-blade)

```

```

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance97

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.3% 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 ~4 days

Total

3

Last Release

19d ago

Major Versions

0.0.1-beta.1 → 1.0.02026-05-12

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/21592?v=4)[Chris Morrell](/maintainers/inxilpro)[@inxilpro](https://github.com/inxilpro)

---

Top Contributors

[![Orrison](https://avatars.githubusercontent.com/u/6799341?v=4)](https://github.com/Orrison "Orrison (11 commits)")[![inxilpro](https://avatars.githubusercontent.com/u/21592?v=4)](https://github.com/inxilpro "inxilpro (2 commits)")[![actions-user](https://avatars.githubusercontent.com/u/65916846?v=4)](https://github.com/actions-user "actions-user (1 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

laravellivewiremodulesmodular

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/internachi-modular-livewire/health.svg)

```
[![Health](https://phpackages.com/badges/internachi-modular-livewire/health.svg)](https://phpackages.com/packages/internachi-modular-livewire)
```

###  Alternatives

[laravel/pulse

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

1.7k14.1M120](/packages/laravel-pulse)[internachi/modular

Modularize your Laravel apps

1.2k786.8k13](/packages/internachi-modular)[mhmiton/laravel-modules-livewire

Using Laravel Livewire in Laravel Modules package with automatically registered livewire components for every modules.

234455.5k9](/packages/mhmiton-laravel-modules-livewire)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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