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 today

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 18% 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

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

[symfony/runtime

Enables decoupling PHP applications from global state

74798.8M1.0k](/packages/symfony-runtime)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

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

Adds a message after Composer installation.

2124.7M203](/packages/drupal-core-project-message)[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.

3014.6M26](/packages/vaimo-composer-patches)[sandersander/composer-link

Adds ability to link local packages for development with composer

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

GrumPHP Phar distribution

294.7M340](/packages/phpro-grumphp-shim)

PHPackages © 2026

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