PHPackages                             xp-forge/xp-composer-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. xp-forge/xp-composer-installer

ActiveComposer-plugin

xp-forge/xp-composer-installer
==============================

Composer Installer Packaging Plugin for XP Framework

011PHP

Since Jun 13Pushed 10y ago1 watchersCompare

[ Source](https://github.com/kiesel/xp-composer-installer)[ Packagist](https://packagist.org/packages/xp-forge/xp-composer-installer)[ RSS](/packages/xp-forge-xp-composer-installer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Composer Plugin for XP Framework
================================

[](#composer-plugin-for-xp-framework)

This plugin enabled [Composer](http://getcomposer.org/) to install packages written with the [XP Framework](http://xp-framework.net/).

Status
------

[](#status)

This is work-in-progress, at an experimental (even pre-alpha) level.

Usage
-----

[](#usage)

To use this plugin in a project, you need to have a `composer.json` file:

```
{
  "name" : "kiesel/composer-example",
  "minimum-stability": "dev",

  "repositories" : [
    {
      "type": "vcs",
      "url": "https://github.com/kiesel/oauth"
    },
    {
      "type": "vcs",
      "url": "https://github.com/kiesel/xp-composer-installer"
    },
    {
      "type": "vcs",
      "url": "https://github.com/kiesel/core"
    }
  ],
  "require" : {
    "xp-forge/oauth": "dev-composer"
  }
}
```

Then, run `composer install`. What now effectively happens is:

1. `xp-forge/oauth` will be fetched, branch `composer` will be used.
2. That in return depends on `xp-framework/core` which will then be fetched.
3. Both depend on `xp-forge/xp-composer-installer` which is a Composer plugin, so that will be fetched, as well.
4. Once all dependencies have been resolved, each dependency's root directory is searched for `*.pth` files, and their contents be added to this project's `composer.pth`.

Notes:

- `xp-composer-plugin` is a Composer plugin responsible for handling `xp-library` types of dependencies.
- adding these repositories must be done in the root `composer.json` file
- adding these repositories is only necessary as long as there are no official packages on [packagist](http://packagist.org).
- Then, also the `minimum-stability: dev` line can probably be removed

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

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/c73f9fb868a72392344f66fd1773ec03729216f31edbad382675df7341f03fd5?d=identicon)[kiesel](/maintainers/kiesel)

---

Top Contributors

[![kiesel](https://avatars.githubusercontent.com/u/127769?v=4)](https://github.com/kiesel "kiesel (3 commits)")

### Embed Badge

![Health badge](/badges/xp-forge-xp-composer-installer/health.svg)

```
[![Health](https://phpackages.com/badges/xp-forge-xp-composer-installer/health.svg)](https://phpackages.com/packages/xp-forge-xp-composer-installer)
```

PHPackages © 2026

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