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

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

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

1.0.1(7y ago)1467.5k8[1 issues](https://github.com/mautic/composer-plugin/issues)20MITPHPCI failing

Since Dec 10Pushed 4y ago22 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (4)Used By (20)

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

40

—

FairBetter than 86% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community33

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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

2574d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/514789?v=4)[Acquia](/maintainers/acquia)[@acquia](https://github.com/acquia)

![](https://avatars.githubusercontent.com/u/718028?v=4)[Don Gilbert](/maintainers/dongilbert)[@dongilbert](https://github.com/dongilbert)

![](https://avatars.githubusercontent.com/u/2930593?v=4)[Ruth Cheesley](/maintainers/rcheesley)[@RCheesley](https://github.com/RCheesley)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[symfony/runtime

Enables decoupling PHP applications from global state

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

A flexible Composer project scaffold builder.

5346.5M600](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2125.4M213](/packages/drupal-core-project-message)[phpro/grumphp-shim

GrumPHP Phar distribution

284.9M348](/packages/phpro-grumphp-shim)[automattic/jetpack-autoloader

Creates a custom autoloader for a plugin or theme.

566.3M167](/packages/automattic-jetpack-autoloader)[altis/core

Core module for Altis

19233.0k4](/packages/altis-core)

PHPackages © 2026

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