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

ActiveComposer-plugin

adunsulag/openemr-module-installer-plugin
=========================================

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

0.1.13(6y ago)05GPL-3.0PHP

Since Sep 7Pushed 5y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (5)Used By (0)

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-zend-module",
    "require": {
        "adunsulag/openemr-module-installer-plugin": "^0.1.0"
    }
}

```

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

For Zend Framework Modules

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

```

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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 ~0 days

Total

4

Last Release

2436d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

openemropenemr-module

### Embed Badge

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

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

###  Alternatives

[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)

PHPackages © 2026

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