https://github.com/solidbunch/composer-installers
Composer installers for custom packages types for StarterKit projects
https://github.com/solidbunch/composer-installers
composer composer-installer starter-kit
Last synced: 8 months ago
JSON representation
Composer installers for custom packages types for StarterKit projects
- Host: GitHub
- URL: https://github.com/solidbunch/composer-installers
- Owner: solidbunch
- License: mit
- Created: 2025-07-18T16:03:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-22T15:15:29.000Z (11 months ago)
- Last Synced: 2025-10-12T20:54:56.851Z (9 months ago)
- Topics: composer, composer-installer, starter-kit
- Language: PHP
- Homepage: https://starter-kit.loc
- Size: 21.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.md
Awesome Lists containing this project
README
# SolidBunch Composer Installers
### [Website](https://starter-kit.io) | [Documentation](https://starter-kit.io/docs/overview/)
## 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`:
```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
- Participate on [GitHub Discussions](https://github.com/solidbunch/starter-kit-foundation/discussions)
- Connect via [LinkedIn](https://www.linkedin.com/company/solidbunch)