PHPackages                             no-response-mate/composer-integration-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. no-response-mate/composer-integration-plugin

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

no-response-mate/composer-integration-plugin
============================================

Quick switching between integrations' dependencies

0.3.0(3y ago)253.8kMITPHPPHP ^8.0

Since Sep 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/NoResponseMate/ComposerIntegrationPlugin)[ Packagist](https://packagist.org/packages/no-response-mate/composer-integration-plugin)[ RSS](/packages/no-response-mate-composer-integration-plugin/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (5)Versions (6)Used By (0)

Composer Integration Plugin
===========================

[](#composer-integration-plugin)

Quick switching between integration dependencies

Installation
------------

[](#installation)

```
composer require --dev sylius-labs/composer-integration-plugin
```

Add this plugin to allowed plugins:

```
"config": {
    "allow-plugins": {
        "sylius-labs/composer-integration-plugin": true
    }
},
```

Configuration
-------------

[](#configuration)

Basic integration configuration:

```
"extra": {
    "integration": {
        "my-integration": {
            "require": {
                "league/uri": "^6",
                "psr/http-factory": "^1"
            }
        }
    }
}
```

With a custom `APP_ENV` variable if you're using .env files:

```
"extra": {
    "integration": {
        "my-integration": {
            ...
            "env": "my-integration-special-environment"
        }
    }
}
```

If your .env files are located somewhere else than project root, you can point to their location using the `integration-options.env-path` node:

```
"extra": {
    "integration-options": {
        "env-path": "public/app/env/"
    },
    "integration": {
        "my-integration": {
            ...
            "env": "my-integration-special-environment"
        }
    }
}
```

The `env-directory` node takes in a path relative to your current working directory (usually project root).

Usage
-----

[](#usage)

Once you have your integrations configured you can switch between them by running:

```
composer integration my-integration
```

To return to your base composer dependencies simply run:

```
composer install
```

---

By default, no scripts are run when installing an integration, if you would like to enable them use the `with-scripts` option:

```
composer integration my-integration --with-scripts
```

The plugin uses the `install` command internally and as such, only install related scripts would be run.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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 ~14 days

Total

5

Last Release

1330d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9448101?v=4)[Jan Góralski](/maintainers/NoResponseMate)[@NoResponseMate](https://github.com/NoResponseMate)

---

Top Contributors

[![NoResponseMate](https://avatars.githubusercontent.com/u/9448101?v=4)](https://github.com/NoResponseMate "NoResponseMate (32 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/no-response-mate-composer-integration-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/no-response-mate-composer-integration-plugin/health.svg)](https://phpackages.com/packages/no-response-mate-composer-integration-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.1M554](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2124.7M200](/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.6M25](/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.7M339](/packages/phpro-grumphp-shim)

PHPackages © 2026

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