Download the PHP package patchlevel/event-sourcing-admin-bundle without Composer
On this page you can find all versions of the php package patchlevel/event-sourcing-admin-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download patchlevel/event-sourcing-admin-bundle
More information about patchlevel/event-sourcing-admin-bundle
Files in patchlevel/event-sourcing-admin-bundle
Package event-sourcing-admin-bundle
Short Description symfony admin ui for patchlevel/event-sourcing-bundle
License MIT
Homepage https://github.com/patchlevel/event-sourcing-admin-bundle
Informations about the package event-sourcing-admin-bundle
Event-Sourcing-Admin-Bundle
This bundle provides a dashboard for the patchlevel/event-sourcing library. This needs the patchlevel/event-sourcing-bundle to work properly.
This bundle was initially designed as an DX tool for development but it can also be run on production. If you want to run it in production be sure to place it behind a login / security measure. Otherwise you will risk that somebody would mess with your subscriptions, gather internal information about your system and users.
Features:
- Store view
- Filter by Aggregates
- Filter by ID's
- Jump into inspection from there
- Inspection
- View aggregate details by ID
- See all events which are recorded
- See the current serialized state, if configured properly
- See the current snapshot, if configured properly
- See the current state via as a dump via
symfony/var-dumper
- Time travel to see the state of the aggregate at different point of times
- Events
- See all registered events
- See all registered subscriber for these events
- Subscriptions
- See all registered subscribtions and their current state
- Filter by Group
- Filter by RunMode
- Filter by Status
- Filter by search
- Some simple subscription controls like: play, pause or delete subscription
Screenshots
Store
Inspector
Projection
Events
Installation
Configuration
Routes
Production usage
If you run this on production you would need to install this package as a normal dependency and adjust the configuration accordingly. Also be sure to place it behind a login / security measure.
Development
For development you can use the following commands:
All versions of event-sourcing-admin-bundle with dependencies
patchlevel/event-sourcing Version ^3.8.0
patchlevel/event-sourcing-bundle Version ^3.7.0
symfony/asset Version ^5.4.33|^6.4.1|^7.0.1
symfony/asset-mapper Version ^6.4.1|^7.0.1
symfony/config Version ^5.4.31|^6.4.0|^7.0.0
symfony/dependency-injection Version ^5.4.33|^6.4.1|^7.0.1
symfony/expression-language Version ^5.4.33|^6.4.1|^7.0.1
symfony/http-kernel Version ^5.4.33|^6.4.1|^7.0.1
symfony/var-dumper Version ^5.4.29|^6.4.0|^7.0.0
twig/twig Version ^3.20.0