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)027MITPHPPHP 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 today

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

26

—

LowBetter than 41% of packages

Maintenance43

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity39

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

456d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/36624938?v=4)[v360](/maintainers/v360)[@v360](https://github.com/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

[symfony/runtime

Enables decoupling PHP applications from global state

74798.8M1.0k](/packages/symfony-runtime)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5344.1M564](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2124.7M203](/packages/drupal-core-project-message)[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.

3014.6M26](/packages/vaimo-composer-patches)[sandersander/composer-link

Adds ability to link local packages for development with composer

98457.9k](/packages/sandersander-composer-link)[phpro/grumphp-shim

GrumPHP Phar distribution

294.7M340](/packages/phpro-grumphp-shim)

PHPackages © 2026

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