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

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

endroid/installer
=================

Composer plugin for installing configuration files

1.5.2(2mo ago)15411.9M↓13.7%720MITPHPPHP ^8.4CI passing

Since Apr 8Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/endroid/installer)[ Packagist](https://packagist.org/packages/endroid/installer)[ GitHub Sponsors](https://github.com/endroid)[ RSS](/packages/endroid-installer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (35)Used By (20)

Installer
=========

[](#installer)

*By [endroid](https://endroid.nl/)*

[![Latest Stable Version](https://camo.githubusercontent.com/63cdf8bd6abd0c6976e872e8d3b65bf0144367d2e5ed69c2b0194c61f4a20bd7/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656e64726f69642f696e7374616c6c65722e737667)](https://packagist.org/packages/endroid/installer)[![Build Status](https://github.com/endroid/installer/workflows/CI/badge.svg)](https://github.com/endroid/installer/actions)[![Total Downloads](https://camo.githubusercontent.com/fd5abd0ab172eb7831c36477f4337f220b2f799063c96baf14ceed881329e582/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656e64726f69642f696e7374616c6c65722e737667)](https://packagist.org/packages/endroid/installer)[![Monthly Downloads](https://camo.githubusercontent.com/3e3041a056a563216c32a9ef5f7df5a416e0816e52a587e813bec8911ce1d348/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f656e64726f69642f696e7374616c6c65722e737667)](https://packagist.org/packages/endroid/installer)[![License](https://camo.githubusercontent.com/c9f8755de223790f9e463326c8b5fd699fcc9a11a6021ba06b8dbe907de7baed/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f656e64726f69642f696e7374616c6c65722e737667)](https://packagist.org/packages/endroid/installer)

Composer plugin for installing configuration files. The installer automatically detects the project type in which your library is installed and installs the corresponding configuration files from your package.

Read the [blog](https://medium.com/@endroid/auto-package-configuration-for-symfony-e14780e29d81)for more information on why I created this plugin.

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

[](#installation)

```
composer config allow-plugins.endroid/installer true
composer require endroid/installer
```

Usage
-----

[](#usage)

Add the configuration files you want to be copied upon installation and update of the package to the .install directory in the root of your package. The files will be copied to the corresponding directories in the project.

```
.install
    symfony
        config
            packages
                package_name.yaml
            routes
                package_name.yaml

```

Please note that the installer will only copy files that are not yet present in the project to make sure user made changes will not be overwritten. If you want the latest default configuration just remove the files locally before update.

Disabling auto installation for a package
-----------------------------------------

[](#disabling-auto-installation-for-a-package)

Generally you want the files to be installed automatically but if you experience issues with the installer or don't want some package to be auto installed you can add the package name to the excludes in `composer.json`.

```
"extra": {
    "endroid": {
        "installer": {
            "enabled": false,
            "exclude": [
                "endroid/asset",
                "endroid/embed"
            ]
        }
    }
}

```

Versioning
----------

[](#versioning)

Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatible changes will be kept to a minimum but be aware that these can occur. Lock your dependencies for production and test your code when upgrading.

License
-------

[](#license)

This bundle is under the MIT license. For the full copyright and license information please view the LICENSE file that was distributed with this source code.

###  Health Score

71

—

ExcellentBetter than 100% of packages

Maintenance83

Actively maintained with recent releases

Popularity61

Solid adoption and visibility

Community28

Small or concentrated contributor base

Maturity92

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 93% 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 ~87 days

Recently: every ~227 days

Total

34

Last Release

85d ago

PHP version history (8 changes)1.0.0PHP &gt;=7.1

1.1.4PHP &gt;=7.2

1.3.0PHP ^7.4||^8.0

1.3.1PHP ^7.3||^8.0

1.4.1PHP ^8.0

1.4.3PHP ^8.1

1.5.0PHP ^8.2

1.5.1PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/ea3fc1b297f29579f9861b5fbe3240c0eeafaaaee6e39b45d85d612a04a52fbd?d=identicon)[endroid](/maintainers/endroid)

---

Top Contributors

[![endroid](https://avatars.githubusercontent.com/u/537253?v=4)](https://github.com/endroid "endroid (80 commits)")[![Seldaek](https://avatars.githubusercontent.com/u/183678?v=4)](https://github.com/Seldaek "Seldaek (2 commits)")[![ThomasLandauer](https://avatars.githubusercontent.com/u/1054469?v=4)](https://github.com/ThomasLandauer "ThomasLandauer (2 commits)")[![COil](https://avatars.githubusercontent.com/u/177844?v=4)](https://github.com/COil "COil (1 commits)")[![tacman](https://avatars.githubusercontent.com/u/619585?v=4)](https://github.com/tacman "tacman (1 commits)")

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/endroid-installer/health.svg)](https://phpackages.com/packages/endroid-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)
