solidbunch/composer-installers

Custom installer for StarterKit package types

Installs: 120

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

Type:composer-plugin

pkg:composer/solidbunch/composer-installers

1.1.0 2025-07-19 12:46 UTC

This package is auto-updated.

Last update: 2025-12-22 16:16:35 UTC


README

Website | Documentation

Overview

Custom Composer installers for StarterKit projects by SolidBunch.

Supports custom types:

  • kit-module — for reusable modules located in kit-modules/
  • wordpress-core — for downloading core WordPress files

Installation

In your project composer.json:

"require": {
  "solidbunch/composer-installers": "dev-main"
},
"extra": {
  "installer-paths": {
    "kit-modules/{$name}/": ["type:kit-module"],
    "web/wp-core/": ["type:wordpress-core"]
  }
}

Behavior

  • If installer-paths are defined — packages will be installed accordingly.
  • If not — packages will default to vendor/.

Stay Connected