Plugins
Extend Phlix with a versioned plugin contract.
Plugin System
Implement LifecycleInterface, ship a manifest, drop it in the plugins directory.
{
"name": "my-metadata-provider",
"version": "1.0.0",
"manifest_version": "1.0",
"entry": "MyMetadataProvider.php"
}
Reference Plugin
See phlix-plugin-example for the smallest working starter.
View Plugin Example