solidbunch/composer-installers

Custom installer for StarterKit package types

1.1.0 2025-07-19 12:46 UTC

This package is auto-updated.

Last update: 2025-07-19 13:39:11 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