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
| Name | Type | Description |
|---|---|---|
| $pluginName | string | Plugin name, as declared in its `#[PluginMetadata]`. |
| $metadata | array<string, mixed> | Full plugin metadata resolved for this boot (name, version, author, site, type, provides/requires/suggests). |