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

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

granam/mautic-composer-v2-plugin
================================

Allows Composer v2 for Mautic

1.0(3y ago)01MITPHP

Since Sep 5Pushed 3y agoCompare

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

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

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

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

***Fork with a change to support Composer v2.***

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 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": {
    "mautic/composer-plugin": "*"
  }
}
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

2

Last Release

1343d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e35d11c9a75584084f0dc0ba1a3b6ff03355777809cbe8eabd20a88ac00f794?d=identicon)[jaroslavtyc](/maintainers/jaroslavtyc)

---

Top Contributors

[![jaroslavtyc](https://avatars.githubusercontent.com/u/2290225?v=4)](https://github.com/jaroslavtyc "jaroslavtyc (3 commits)")

### Embed Badge

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

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

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