PHPackages                             unvsoft/composer-extra-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. unvsoft/composer-extra-installer

ActiveComposer-plugin

unvsoft/composer-extra-installer
================================

Composer Plugin for installing OS specific dependencies

2.1(4y ago)15.1kMITPHP

Since Jun 11Pushed 4y ago4 watchersCompare

[ Source](https://github.com/universalsoftware/composer-extra-installer)[ Packagist](https://packagist.org/packages/unvsoft/composer-extra-installer)[ Docs](https://github.com/universalsoftware/composer-extra-installer)[ RSS](/packages/unvsoft-composer-extra-installer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (8)Used By (0)

Composer Plugin for installing extra dependencies
-------------------------------------------------

[](#composer-plugin-for-installing-extra-dependencies)

This composer plugin installs extra dependencies like fixtures, or OS specified packages.

It's usefull, if you want install specific packages only for Windows or a many binary packages.

This plugin install only specified packages, and won't download package dependencies.

**This plugin will not add specified packages to autoload, there for section `autoload` not working.**

### Example usage

[](#example-usage)

composer.json

```
{
    ...
    "require": {
        "unvsoft/composer-extra-installer": "dev-master"
        ...
    },
    "extra": {
        "extra-require": {
            "unvsoft/main-programs": "dev-master"
        },
        "extra-require-unix": {
            "unvsoft/emsow-pacs-bridge": "1.2.1"
        },
        "extra-require-dev": {
            "unvsoft/fixtures/video-samples": "20141117",
            "unvsoft/fixtures/images-samples": "20140622"
        },
        "extra-require-dev-win": {
            "dcmtk/dcmtk-unvsoft-win64": "3.6.1-rc20140821",
            "imagemagick/imagemagick-q16-win32": "6.8.9-patch5"
        }
        ...
    }
    ...
}
```

Where packages specified in

- `require-extra` will be always installed (like require section),
- `require-extra-win` install when OS is Windows,
- `require-extra-unix` install when OS like Unix,
- `require-extra-dev` installed when option `--no-dev` not specified
- `require-extra-dev-win` installed when OS is Windows and option `--no-dev` not specified
- `require-extra-dev-win` installed when OS like Unix and option `--no-dev` not specified

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 54.5% 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 ~399 days

Recently: every ~0 days

Total

7

Last Release

1601d ago

Major Versions

1.3 → 2.02021-12-28

### Community

Maintainers

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

---

Top Contributors

[![VadimSafonov](https://avatars.githubusercontent.com/u/9134226?v=4)](https://github.com/VadimSafonov "VadimSafonov (6 commits)")[![kirillkomlev](https://avatars.githubusercontent.com/u/11974167?v=4)](https://github.com/kirillkomlev "kirillkomlev (5 commits)")

---

Tags

plugincomposer

### Embed Badge

![Health badge](/badges/unvsoft-composer-extra-installer/health.svg)

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

###  Alternatives

[ergebnis/composer-normalize

Provides a composer plugin for normalizing composer.json.

1.1k37.3M2.1k](/packages/ergebnis-composer-normalize)[pyrech/composer-changelogs

Display changelogs after each composer update

5904.0M25](/packages/pyrech-composer-changelogs)[sllh/composer-lint

Extends the composer validate command with extra rules

14214.6k7](/packages/sllh-composer-lint)

PHPackages © 2026

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