spora-ai/installer

Routes `spora-plugin` package types to `plugins/{$name}/` when installed via Composer. Companion to spora-ai/spora-core.

Maintainers

Package info

github.com/spora-ai/spora-installer

Type:composer-plugin

pkg:composer/spora-ai/installer

Statistics

Installs: 98

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.0 2026-06-25 08:05 UTC

This package is auto-updated.

Last update: 2026-06-25 08:33:49 UTC


README

Composer plugin for Spora. Routes packages of type spora-plugin to plugins/{$name}/ instead of Composer's default vendor/ install location.

You don't install this directly — it ships as a transitive dependency of spora-ai/spora-core. The Spora host application activates it automatically the first time Composer runs in a project that depends on spora-ai/spora-core.

Usage

composer require spora-ai/spora-core
# Any package with type "spora-plugin" now installs to plugins/<name>/
# instead of vendor/<vendor>/<name>/.

This is the package-type router that powers Spora's plugin system.

License

MIT.