PHPackages                             zofe/rapyd-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. [Framework](/categories/framework)
4. /
5. zofe/rapyd-module-installer

ActiveComposer-plugin[Framework](/categories/framework)

zofe/rapyd-module-installer
===========================

Rapyd Module Installer, to move remote rapyd-livewire modules in your application Modules folder

0.12.0(1y ago)0670↓100%3MITPHPPHP ^8.2

Since Nov 29Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (6)Used By (3)

Rapyd Modular Management for Laravel
====================================

[](#rapyd-modular-management-for-laravel)

This package provides a streamlined approach to managing modular components within a Laravel application, particularly when used in conjunction with the [Rapyd Admin](https://github.com/zofe/rapyd-admin) package.

With this tool, you can easily install standalone modules—whether public or private—directly into your Laravel project's `Modules/` directory, rather than the `vendor/` directory. This approach ensures that each module is seamlessly integrated into your project, enhancing maintainability and modularity.

Key Features
------------

[](#key-features)

- **Modular Installation**: Install modules into the `Modules/` directory to keep them as part of your project's structure.
- **Simplified Process**: Use composer to add modules effortlessly. For instance, running `composer install myvendor@mymodule-module` will place the module in your `Modules/` directory.

Important Notes
---------------

[](#important-notes)

- The "update" and "remove" logic for modules installed via composer using this installer is deliberately not implemented.
- Running `composer remove myvendor@mymodule-module` will not delete the module's folder or any of your changes from the project.

This package is designed to facilitate the modular management of your Laravel application, ensuring that each module remains a coherent part of your development environment.

Creating Your Own Module
------------------------

[](#creating-your-own-module)

To create your own module for a Laravel application using Rapyd Admin, you can define a custom composer package. Below is an example of a `composer.json` file for a generic module:

```
{
    "name": "yourvendor/yourmodule",
    "description": "A custom module for a Laravel application",
    "license": "mit",
    "type": "rapyd-module",
    "authors": [
        {
            "name": "Your Name",
            "email": "your.email@example.com"
        }
    ],
    "require": {
        "php": "^8.2",
        "illuminate/config": "^11.0",
        "illuminate/contracts": "^11.0"
    },
    "config": {
        "allow-plugins": {
            "zofe/rapyd-module-installer": true
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "App\\Modules\\YourModule\\YourModuleServiceProvider"
            ]
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}
```

Basic folder structure for the module:

```
Livewire/
  ├─ Component.php
Views/
  ├─ component_view.blade.php
├─ routes.php
├─ config.php
├─ composer.json

```

Notes
-----

[](#notes)

-

Public available modules
------------------------

[](#public-available-modules)

[zofe/demo-module](https://github.com/zofe/demo-module) rapyd demo

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance44

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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

Every ~204 days

Total

5

Last Release

441d ago

PHP version history (2 changes)0.0.1PHP 7.\* || 8.\*

0.11PHP ^8.2

### Community

Maintainers

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

---

Top Contributors

[![zofe](https://avatars.githubusercontent.com/u/261951?v=4)](https://github.com/zofe "zofe (2 commits)")

---

Tags

crudlaravelmodulesrapydframeworklaravel

### Embed Badge

![Health badge](/badges/zofe-rapyd-module-installer/health.svg)

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

###  Alternatives

[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[rahulalam31/laravel-abuse-ip

Block ip address of all spammer's around the world.

27431.5k](/packages/rahulalam31-laravel-abuse-ip)

PHPackages © 2026

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