Skip to content

Event Listeners Inspector

View all registered event listeners across your application — organized by event class.

Event Listeners Inspector

What It Shows

FieldDescription
Event classFully qualified event class name
ListenersList of listener classes/methods subscribed to this event
GroupsCommon, Web, and Console event dispatchers (tab-separated)

Tabs

  • Common — Event listeners shared across all contexts
  • Web — Listeners specific to HTTP request handling
  • Console — Listeners specific to CLI command execution

API Endpoints

MethodPathDescription
GET/inspect/api/eventsAll event listeners by group

How It Works

The inspector reads the application's event dispatcher configuration and enumerates all registered listeners. For Symfony, this includes kernel events (kernel.request, kernel.response, etc.), Doctrine events, and custom application events.

Released under the MIT License.