Skip to content
docsv0.1.0

PluginBootedEvent

Dispatched immediately AFTER a plugin's boot() returns successfully ('plugin.booted'). Readonly, POST, no slot — pure notification for audit/observability plugins. NOT emitted when a 'plugin.booting' listener vetoed this plugin's boot (see {@see PluginBootingEvent}).

PluginBootedEvent::__construct()

public function __construct(string $pluginName, array $metadata = []):

Parameters

Parameters of __construct()
NameTypeDescription
$pluginNamestringPlugin name, as declared in its `#[PluginMetadata]`.
$metadataarray<string, mixed>Full plugin metadata resolved for this boot (name, version, author, site, type, provides/requires/suggests).