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)2123.1k↑4812.3%416GPL-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 yesterday

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

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

37

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community26

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

1887d 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

[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)[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)[lullabot/drainpipe

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

43785.5k4](/packages/lullabot-drainpipe)

PHPackages © 2026

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