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

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

karser/custom-installer
=======================

This installer for composer packages allows you to specify custom install path per package in Symfony2

0179PHP

Since Mar 14Pushed 11y ago1 watchersCompare

[ Source](https://github.com/karser/CustomInstaller)[ Packagist](https://packagist.org/packages/karser/custom-installer)[ RSS](/packages/karser-custom-installer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

CustomInstaller
===============

[](#custominstaller)

This installer for composer packages allows you to specify custom install path per package in Symfony2. Inspired by [this](https://github.com/composer/installers/pull/30) discussion.

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

[](#installation)

Add the code in your composer.json:

```
{
    "require": {
        "karser/custom-installer": "dev-master"
    }
}
```

Now tell composer to download the library by running the command:

```
$ php ./composer.phar update
```

Usage
-----

[](#usage)

```
    "extra": {
        "installer-paths": {
            "src/": ["karser/*-bundle"]
        }
    }
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![karser](https://avatars.githubusercontent.com/u/1675033?v=4)](https://github.com/karser "karser (17 commits)")

### Embed Badge

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

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

PHPackages © 2026

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