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

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

opencart-plugins/extension-installer
====================================

Custom Composer Installer for installing OpenCart Extensions

v1.16.1(3y ago)059MITPHP

Since Jan 17Pushed 3y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (25)Used By (0)

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": {
        "opencart-plugins/extension-installer": "*"
    }
}
```

```

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

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

VariableDescription`opencart-install-dir`set the OpenCart directory in which the extension should be installed### Example Extras

[](#example-extras)

```
```
{
    "extra": {
        "opencart-install-dir": "docroot"
    }
}
```

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Recently: every ~9 days

Total

24

Last Release

1138d ago

### Community

Maintainers

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

---

Top Contributors

[![giorgosstab](https://avatars.githubusercontent.com/u/17095088?v=4)](https://github.com/giorgosstab "giorgosstab (24 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/opencart-plugins-extension-installer/health.svg)](https://phpackages.com/packages/opencart-plugins-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.3M15](/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.9M445](/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)
