Plugin System
A versioned contract, a manifest schema, and a loader that picks up what you drop in.
Plugin Model
Implement LifecycleInterface, ship a manifest, drop the plugin into the
plugins/ directory. The loader discovers it, validates the manifest, and
registers the hooks. No configuration files, no ceremony.
Ecosystem Plugins
The ecosystem starts with phlix-plugin-example, a reference
metadata-provider plugin you can fork and adapt. Browse the
GitHub org for more.
Write Your Own
Start from phlix-plugin-example — the smallest working starter. Implement the interface, define your manifest, and drop it in.