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. [Utility &amp; Helpers](/categories/utility)
4. /
5. unikrn/mautic-composer-plugin

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

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 3w 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 41% 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

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

[symfony/runtime

Enables decoupling PHP applications from global state

74694.9M938](/packages/symfony-runtime)[ergebnis/composer-normalize

Provides a composer plugin for normalizing composer.json.

1.1k40.0M2.6k](/packages/ergebnis-composer-normalize)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5344.1M526](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2124.0M193](/packages/drupal-core-project-message)[sandersander/composer-link

Adds ability to link local packages for development with composer

94441.4k](/packages/sandersander-composer-link)[phpro/grumphp-shim

GrumPHP Phar distribution

284.6M333](/packages/phpro-grumphp-shim)

PHPackages © 2026

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