PHPackages                             openemr/oe-module-installer-plugin - 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. openemr/oe-module-installer-plugin

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

openemr/oe-module-installer-plugin
==================================

OpenEMR Module Installer plugin for installing custom modules into the OpenEMR codebase.

0.1.5(5y ago)217.9k↑326.3%314GPL-3.0PHP

Since Sep 7Pushed 5y ago6 watchersCompare

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

READMEChangelogDependencies (2)Versions (8)Used By (14)

OpenEMR Module Composer Plugin installer that installs either Custom or Zend modules into the correct directory path using composer for an OpenEMR codebase.

Developers who wish to use composer to install their plugins can include in their composer.json the following composer types

For Custom Modules

```
/** composer.json ***/
{
    "name": "openemr/SomeCustomModule",
    "type": "openemr-module",
    "require": {
        "openemr/oe-module-installer-plugin": "^0.1.0"
    }
}

```

The above module will install in the *interface/modules/custom\_modules/SomeCustomModule/* directory

For Zend Framework Modules

```
/** composer.json ***/
{
    "name": "openemr/SomeCustomModule",
    "type": "openemr-zend-module",
    "require": {
        "openemr/oe-module-installer-plugin": "^0.1.0"
    }
}

```

The above module will install in the *interface/modules/zend/modules/SomeCustomModule/* directory

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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 ~121 days

Recently: every ~151 days

Total

6

Last Release

1841d ago

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/7aa70f8e7cca3bd3ba029d424ab524b1cbe8b27e46268eb12853a8eb626b582e?d=identicon)[sjpadgett](/maintainers/sjpadgett)

---

Top Contributors

[![adunsulag](https://avatars.githubusercontent.com/u/228117?v=4)](https://github.com/adunsulag "adunsulag (6 commits)")[![sjpadgett](https://avatars.githubusercontent.com/u/1859985?v=4)](https://github.com/sjpadgett "sjpadgett (1 commits)")

---

Tags

openemropenemr-module

### Embed Badge

![Health badge](/badges/openemr-oe-module-installer-plugin/health.svg)

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

###  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.3M16](/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.9M446](/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)
