PHPackages                             bk2k/configuration-installer - 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. bk2k/configuration-installer

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

bk2k/configuration-installer
============================

Configuration Installer

0.2.0(3mo ago)514.6k↓31.6%4[2 issues](https://github.com/benjaminkott/configuration-installer/issues)4MITPHPPHP ^8.0CI passing

Since Jul 28Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/benjaminkott/configuration-installer)[ Packagist](https://packagist.org/packages/bk2k/configuration-installer)[ Docs](https://github.com/benjaminkott/configuration-installer)[ RSS](/packages/bk2k-configuration-installer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (7)Used By (4)

Project Configuration Installer
===============================

[](#project-configuration-installer)

Installer for Configuration Packages.

Examples:

-
-
-
-

Build your own configuration package
------------------------------------

[](#build-your-own-configuration-package)

Adapt the `composer.json` of your **configuration package**.

1. Ensure the type is set to `project-configuration`.
2. Ensure `bk2k/configuration-installer` is required in any version.

```
{
    "type": "project-configuration",
    "require": {
        "bk2k/configuration-installer": "*"
    }
}
```

### Add a manifest to your configuration package root.

[](#add-a-manifest-to-your-configuration-package-root)

The `manifest.json` file instructs the installer.

1. It defines which `files` should be copied to your project
2. It defines which `gitignore` entries will be added to your projects .gitignore file.

```
{
    "files": {
        ".php_cs.dist": ".php_cs.dist"
    },
    "gitignore": [
        "/.php_cs.dist",
        "/.php_cs.cache"
    ]
}
```

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance71

Regular maintenance activity

Popularity32

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~670 days

Total

4

Last Release

108d ago

PHP version history (3 changes)0.1.0PHP ^7.3

0.1.2PHP ^7.3 || ^8.0

0.2.0PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3243119?v=4)[Benjamin Kott](/maintainers/benjaminkott)[@benjaminkott](https://github.com/benjaminkott)

---

Top Contributors

[![koehnlein](https://avatars.githubusercontent.com/u/16088567?v=4)](https://github.com/koehnlein "koehnlein (18 commits)")[![benjaminkott](https://avatars.githubusercontent.com/u/3243119?v=4)](https://github.com/benjaminkott "benjaminkott (4 commits)")[![dkoether](https://avatars.githubusercontent.com/u/7765498?v=4)](https://github.com/dkoether "dkoether (2 commits)")

---

Tags

composer-plugin

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/bk2k-configuration-installer/health.svg)

```
[![Health](https://phpackages.com/badges/bk2k-configuration-installer/health.svg)](https://phpackages.com/packages/bk2k-configuration-installer)
```

###  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.3M16](/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.9M446](/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)
