PHPackages                             unikrn/mautic-composer-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. unikrn/mautic-composer-plugin

ActiveComposer-plugin

unikrn/mautic-composer-plugin
=============================

Composer 2 Plugin for Mautic. Forked from mautic/composer-plugin

1.0.1(6y ago)01MIT

Since Dec 10Pushed 4y agoCompare

[ Source](https://github.com/unikrn/mautic-composer-plugin)[ Packagist](https://packagist.org/packages/unikrn/mautic-composer-plugin)[ RSS](/packages/unikrn-mautic-composer-plugin/feed)WikiDiscussions master Synced 1mo ago

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

Composer Plugin for Mautic
==========================

[](#composer-plugin-for-mautic)

This plugin will allow Mautic users that manage their instance via composer to easily install your plugins and themes. Simply host your plugin on GitHub, add it to packagist, and you're ready to go.

There are two requirements to using this plugin.

1. After adding a `composer.json` to the root of your plugin repository, run `composer require unikrn/mautic-composer-plugin`.
2. Set the `type` in your `composer.json` file to either `mautic-plugin` or `mautic-theme`, depending on what your code is.
3. Optionally, set the `install-directory-name` under `extra` to define the directory the plugin will be installed into. This should match your plugin's namespace. This will default to a camel case version of `name` if not defined. Your `composer.json` should now look something like this:

```
{
  "name": "dongilbert/my-twig-extension-bundle",
  "type": "mautic-plugin",
  "extra": {
    "install-directory-name": "MyTwigExtensionBundle"
  },
  "require": {
    "unikrn/mautic-composer-plugin": "*"
  }
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~598 days

Total

2

Last Release

2473d ago

### Community

Maintainers

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

---

Top Contributors

[![alanhartless](https://avatars.githubusercontent.com/u/63312?v=4)](https://github.com/alanhartless "alanhartless (2 commits)")[![dongilbert](https://avatars.githubusercontent.com/u/718028?v=4)](https://github.com/dongilbert "dongilbert (2 commits)")

### Embed Badge

![Health badge](/badges/unikrn-mautic-composer-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/unikrn-mautic-composer-plugin/health.svg)](https://phpackages.com/packages/unikrn-mautic-composer-plugin)
```

###  Alternatives

[humbug/box

Fast, zero config application bundler with PHARs.

1.3k801.5k68](/packages/humbug-box)[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.9M440](/packages/drupal-core-composer-scaffold)[roots/wordpress-core-installer

A Composer custom installer to handle installing WordPress as a dependency

4115.6M19](/packages/roots-wordpress-core-installer)[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)
