PHPackages                             beyondit/opencart-extension-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. beyondit/opencart-extension-installer

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

beyondit/opencart-extension-installer
=====================================

Custom Composer Installer for installing OpenCart Extensions

2.4.2(5y ago)1020.4k↓100%8[2 PRs](https://github.com/beyondit/opencart-extension-installer/pulls)2GPL 3.0PHP

Since Jun 21Pushed 2y ago5 watchersCompare

[ Source](https://github.com/beyondit/opencart-extension-installer)[ Packagist](https://packagist.org/packages/beyondit/opencart-extension-installer)[ RSS](/packages/beyondit-opencart-extension-installer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (23)Used By (2)

Install OpenCart Extensions with Composer
=========================================

[](#install-opencart-extensions-with-composer)

Publish for Composer
--------------------

[](#publish-for-composer)

### Configuration Extras

[](#configuration-extras)

VariableDescription`src-dir`Base directory of the source extension files, withing the composer package`mappings`Each file which needs to be managed (install, update, uninstall) by composer`installers`OpenCart Extensions can have installers: php or xml currently supported (sql not yet)### Example

[](#example)

```
```
{
    "name": "vendor/project-name",
    "type": "opencart-extension",
    "extra": {
        "src-dir" : "src/upload",
        "mappings" : [
            "catalog/controller/vendor/controller_name.php",
            "catalog/model/vendor/other_model.php"
        ],
       "installers" : {
            "php" : "src/install.php" ,
            "xml" : "src/install.xml"
       }
    },
    "require": {
        "beyondit/opencart-extension-installer": "*"
    }
}
```

```

Composer Root Project Extras
----------------------------

[](#composer-root-project-extras)

VariableDescription`opencart-dir`set the OpenCart directory in which the extension should be installed

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity73

Established project with proven stability

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

Recently: every ~324 days

Total

20

Last Release

1964d ago

Major Versions

0.1.9 → 2.2.02016-09-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/0040de3600017ad8e45ec4d6f5c0d0e395277d9ace8a05ebfac11805a3816c60?d=identicon)[openmandragora](/maintainers/openmandragora)

---

Top Contributors

[![stefanhuber](https://avatars.githubusercontent.com/u/5379359?v=4)](https://github.com/stefanhuber "stefanhuber (17 commits)")

---

Tags

composercomposer-pluginopencart

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/beyondit-opencart-extension-installer/health.svg)

```
[![Health](https://phpackages.com/badges/beyondit-opencart-extension-installer/health.svg)](https://phpackages.com/packages/beyondit-opencart-extension-installer)
```

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