PHPackages                             v360tech/laravel-module-installer - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. v360tech/laravel-module-installer

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

v360tech/laravel-module-installer
=================================

1.0.1(1y ago)021MITPHPPHP 7.\* || 8.\*

Since Apr 4Pushed 1y agoCompare

[ Source](https://github.com/v360tech/laravel-module-installer)[ Packagist](https://packagist.org/packages/v360tech/laravel-module-installer)[ RSS](/packages/v360tech-laravel-module-installer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Laravel Module Installer
========================

[](#laravel-module-installer)

> Originally forked from

The purpose of this package is to allow for easy installation of standalone Modules into the [Laravel Modules](https://github.com/nWidart/laravel-modules) package. This package will ensure that your module is installed into the `Modules/` directory instead of `vendor/`.

You can specify an alternate directory by including a `module-dir` in the extra data in your composer.json file:

```
    "extra": {
        "module-dir": "Custom"
    }
```

By default the `name` of the module will be extracted from the package using the convention `/-module`, for example `v360tech/user-module` would install into `Modules/User`. However the `name` of the module can be customized via extra data in your composer.json file:

```
    "extra": {
        "module-name": "MyUser"
    }
```

Now above module will be installed into `Modules/MyUser`.

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

[](#installation)

1. Ensure you have the `type` set to `laravel-module` in your module's `composer.json`
2. Require this package: `composer require v360tech/laravel-module-installer`
3. Require your bespoke module using Composer. You may want to set the constraint to `dev-master` to ensure you always get the latest version.

Notes
-----

[](#notes)

- When working on a module that is version controlled within an app that is also version controlled, you have to commit and push from inside the Module directory and then `composer update` within the app itself to ensure that the latest version of your module (dependant upon constraint) is specified in your composer.lock file.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance49

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 54.5% 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

2

Last Release

400d ago

### Community

Maintainers

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

---

Top Contributors

[![joshbrw](https://avatars.githubusercontent.com/u/779766?v=4)](https://github.com/joshbrw "joshbrw (6 commits)")[![v360-tech](https://avatars.githubusercontent.com/u/80833048?v=4)](https://github.com/v360-tech "v360-tech (3 commits)")[![jijoel](https://avatars.githubusercontent.com/u/3487641?v=4)](https://github.com/jijoel "jijoel (1 commits)")[![shemgp](https://avatars.githubusercontent.com/u/1734126?v=4)](https://github.com/shemgp "shemgp (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/v360tech-laravel-module-installer/health.svg)

```
[![Health](https://phpackages.com/badges/v360tech-laravel-module-installer/health.svg)](https://phpackages.com/packages/v360tech-laravel-module-installer)
```

###  Alternatives

[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

2994.3M14](/packages/vaimo-composer-patches)[mglaman/composer-drupal-lenient

1317.4M15](/packages/mglaman-composer-drupal-lenient)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5341.9M440](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2122.6M172](/packages/drupal-core-project-message)[olvlvl/composer-attribute-collector

A convenient and near zero-cost way to retrieve targets of PHP 8 attributes

184108.8k8](/packages/olvlvl-composer-attribute-collector)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)

PHPackages © 2026

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