eicc/staticforge-installer
Composer installer for StaticForge themes
Maintainers
Package info
github.com/calevans/staticforge-installer
Type:composer-plugin
pkg:composer/eicc/staticforge-installer
Requires
- php: ^8.0
- composer-plugin-api: ^2.0
Requires (Dev)
- composer/composer: ^2.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 3b6a595210e565a83943f57eb1d814c058c76718
This package is auto-updated.
Last update: 2026-06-21 20:21:45 UTC
README
Composer installer for StaticForge themes.
Description
This Composer plugin handles the installation of StaticForge themes. It hooks into Composer's install, update, and uninstall events to manage theme assets within your StaticForge project.
Installation
You can install this package via Composer:
composer require eicc/staticforge-installer
Usage
This plugin is automatically activated by Composer when required in your project. It will listen for package operations related to StaticForge themes.
Uninstallation
If you run composer remove to remove a theme package, the package will be removed from your dependencies, but the installed theme files in the themes directory will remain. You will need to remove the theme directory manually.
License
This project is licensed under the MIT License - see the LICENSE file for details.
