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

ActiveComposer-plugin

awd-studio/awd-installer
========================

A plugin to use custom installers for composer (see: https://getcomposer.org/doc/articles/plugins.md)

v2.1.0(4y ago)1161MITPHPPHP ^7.4 || ^8.0

Since Jun 24Pushed 4y agoCompare

[ Source](https://github.com/awd-studio/awd-installer)[ Packagist](https://packagist.org/packages/awd-studio/awd-installer)[ RSS](/packages/awd-studio-awd-installer/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (2)Versions (5)Used By (0)

AWD Installer
=============

[](#awd-installer)

A plugin to use custom installers for composer
----------------------------------------------

[](#a-plugin-to-use-custom-installers-for-composer)

### Installation:

[](#installation)

```
composer install awd-studio/awd-installer
```

### Usage:

[](#usage)

Add a block to the `extra` section with a name `awd-additions`, and set the path that you need to install extra-libraries to.

```
{
    "extra": {
        "awd-additions": "path_that_you_need/{$name}/"
    }
}
```

Then, add an extra-library to `repository` section, with the type `awd-addition`.

```
{
    "repositories": [
        {
            "type": "package",
            "package": {
                "name": "name-of/my-package",
                "version": "1.0",
                "type": "awd-addition",
                "dist": {
                    "url": "https://my.repo/extra-lib..zip",
                    "type": "zip"
                },
                "bin": [
                    "runme"
                ]
            }
        }
    ]
}
```

If you don't need to use library's binaries - that section is nor required.

After those actions you can just require the extra library either with the cli, or in `required` section:

```
composer require name-of/my-package
```

or

```
{
    "require": {
        "name-of/my-package": "^1.0"
    }
}
```

Plugin installs the package into the directory, that was set in `extra` section, with all binaries from the package settings.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~285 days

Total

4

Last Release

1654d ago

Major Versions

v1.0.1 → v2.0.02020-11-15

PHP version history (2 changes)v2.0.0PHP ^7.4

v2.1.0PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d1bd68265df4687092680e930a8a1e151bb87380aed97e87be0bab38421277e?d=identicon)[awd-studio](/maintainers/awd-studio)

---

Top Contributors

[![awd-studio](https://avatars.githubusercontent.com/u/15061745?v=4)](https://github.com/awd-studio "awd-studio (4 commits)")

---

Tags

composercomposer-installercomposer-plugincustom-installer

### Embed Badge

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

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

###  Alternatives

[humbug/box

Fast, zero config application bundler with PHARs.

1.3k801.5k68](/packages/humbug-box)[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.3M14](/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.9M441](/packages/drupal-core-composer-scaffold)[roots/wordpress-core-installer

A Composer custom installer to handle installing WordPress as a dependency

4115.6M19](/packages/roots-wordpress-core-installer)[drupal/core-project-message

Adds a message after Composer installation.

2122.6M172](/packages/drupal-core-project-message)

PHPackages © 2026

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