PHPackages                             kevinongko/laravel-genode - 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. kevinongko/laravel-genode

ActiveLibrary[Framework](/categories/framework)

kevinongko/laravel-genode
=========================

Opinionated modular structure for Laravel

1.0.0(9y ago)210MITPHPPHP &gt;=5.6.4

Since Nov 24Pushed 8y ago1 watchersCompare

[ Source](https://github.com/kevinongko/laravel-genode)[ Packagist](https://packagist.org/packages/kevinongko/laravel-genode)[ Docs](https://github.com/kevinongko/laravel-genode)[ RSS](/packages/kevinongko-laravel-genode/feed)WikiDiscussions master Synced 2mo ago

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

laravel-genode
==============

[](#laravel-genode)

[![Laravel](https://camo.githubusercontent.com/b2b6acea0535d68fdfc62130a1cf57933b977f79a159ddb1bd2521f4809740b9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c61726176656c2d352d6f72616e67652e737667)](http://laravel.com)[![Latest Stable Version](https://camo.githubusercontent.com/716ae63c4282bd4f0a3f7e9f84afd0c32b0333764769b886c248b0b2181567ff/68747470733a2f2f706f7365722e707567782e6f72672f6b6576696e6f6e676b6f2f6c61726176656c2d67656e6f64652f762f737461626c65)](https://packagist.org/packages/kevinongko/laravel-genode)[![Latest Unstable Version](https://camo.githubusercontent.com/4815d47c813cae9b4390a86e47947360db9d8869b0ea836c3a3bfa4baf4e344b/68747470733a2f2f706f7365722e707567782e6f72672f6b6576696e6f6e676b6f2f6c61726176656c2d67656e6f64652f762f756e737461626c65)](https://packagist.org/packages/kevinongko/laravel-genode)[![Build Status](https://camo.githubusercontent.com/26b1862c06742d8cd1145225503f465e57b1ebafe344f3c24a402338a2f4e5f7/68747470733a2f2f7472617669732d63692e6f72672f6b6576696e6f6e676b6f2f6c61726176656c2d67656e6f64652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kevinongko/laravel-genode)[![StyleCI](https://camo.githubusercontent.com/c7e871668977e83fce323ab1ff10dbaa9b47490025c5e90ddf9139fd01bd5f35/68747470733a2f2f7374796c6563692e696f2f7265706f732f37343633323737342f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/74632774)[![License](https://camo.githubusercontent.com/aac12bf385b7cd707cc3959fa71ec5bb93e53c663e028e069560425689c1682b/68747470733a2f2f706f7365722e707567782e6f72672f6b6576696e6f6e676b6f2f6c61726176656c2d67656e6f64652f6c6963656e7365)](https://github.com/kevinongko/laravel-genode/blob/master/LICENSE)

Opinionated modular structure for Laravel

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

[](#installation)

### Composer

[](#composer)

Install through composer by running this command:

```
$ composer require kevinongko/laravel-genode
```

### Service Provider

[](#service-provider)

Add the following code to service providers in `config/app.php`

```
'providers' => [

  KevinOngko\LaravelGenode\LaravelGenodeServiceProvider::class,

],
```

Publish the package configuration by running this command:

```
$ php artisan vendor:publish --provider="KevinOngko\LaravelGenode\LaravelGenodeServiceProvider"
```

### Autoload Modules

[](#autoload-modules)

Laravel Genode is using [wikimedia/composer-merge-plugin](https://github.com/wikimedia/composer-merge-plugin) to autoload modules, add this to your project's `composer.json`

```
"extra": {
  "merge-plugin": {
    "include": [
      "modules/*/composer.json"
    ]
  }
}
```

Usage
-----

[](#usage)

Create new module:

```
$ php artisan module:new
```

Enable modules in `config/module.php`

```
  'active' => [
     'Module1',
     'Module2
  ],
```

License
-------

[](#license)

Laravel Genode is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Unknown

Total

1

Last Release

3457d ago

### Community

Maintainers

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

---

Top Contributors

[![kevinongko](https://avatars.githubusercontent.com/u/15880638?v=4)](https://github.com/kevinongko "kevinongko (20 commits)")

---

Tags

laravelgeneratormodulemodulespatternmodulargenerategenode

### Embed Badge

![Health badge](/badges/kevinongko-laravel-genode/health.svg)

```
[![Health](https://phpackages.com/badges/kevinongko-laravel-genode/health.svg)](https://phpackages.com/packages/kevinongko-laravel-genode)
```

###  Alternatives

[nwidart/laravel-modules

Laravel Module management

6.1k14.6M274](/packages/nwidart-laravel-modules)[artem-schander/l5-modular

Modular pattern generator for Laravel

223235.5k](/packages/artem-schander-l5-modular)[internachi/modular

Modularize your Laravel apps

1.1k662.4k8](/packages/internachi-modular)[mhmiton/laravel-modules-livewire

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

236409.6k9](/packages/mhmiton-laravel-modules-livewire)[pingpong/modules

Laravel Modules

592188.7k13](/packages/pingpong-modules)

PHPackages © 2026

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