patchlevel/event-sourcing-admin-bundle

Dashboard to inspect events, time travel through aggregates and manage subscriptions for patchlevel/event-sourcing.

Maintainers

Package info

github.com/patchlevel/event-sourcing-admin-bundle

Homepage

Language:Twig

Type:symfony-bundle

pkg:composer/patchlevel/event-sourcing-admin-bundle

Statistics

Installs: 11 381

Dependents: 0

Suggesters: 1

Stars: 8

Open Issues: 4

1.0.0-alpha8 2026-02-25 11:10 UTC

README

Latest Stable Version License

Warning

This repository was renamed. You should go to https://github.com/patchlevel/event-sourcing-dashboard-bundle

Event-Sourcing-Admin-Bundle

"A dashboard to inspect your events, time travel through your aggregates and manage your subscriptions."

Features

  • Browse the raw event store and filter by aggregate, id, stream or event
  • Inspect a single aggregate: its events, serialized state, snapshot and a full state dump
  • Time travel through an aggregate to see its state at any playhead
  • List all registered events together with their listeners and subscribers
  • View and control subscriptions: boot, run, pause, reactivate, rebuild or remove
  • Customize how events are rendered with the #[Inspect] attribute
  • and much more...

Installation

composer require --dev patchlevel/event-sourcing-admin-bundle

Documentation

Screenshots

Store

Screenshot1

Inspector

Screenshot2

Subscriptions

Screenshot3

Events

Screenshot4

Integration

Contributing

We are open to contributions as long as they are in line with our BC-Policy.

Also note that the composer.lock is always generated with the newest supported PHP version as this is the version our tools run in the CI.