solidbunch / composer-installers
Custom installer for StarterKit package types
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- php: >=8.1
- composer-plugin-api: ^2.0
Requires (Dev)
- composer/composer: ^2.0
README
Website | Documentation
Overview
Custom Composer installers for StarterKit projects by SolidBunch.
Supports custom types:
kit-module
— for reusable modules located inkit-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
- Participate on GitHub Discussions
- Connect via LinkedIn