mcx / shopware6-event-list
Parses source code of the shopware installation and lists all events found
Package info
github.com/marcbln/shopware6-event-list
Type:shopware-platform-plugin
pkg:composer/mcx/shopware6-event-list
0.0.1
2022-12-16 11:35 UTC
Requires
- shopware/core: ^6.4
This package is auto-updated.
Last update: 2026-03-01 00:40:40 UTC
README
Adds a new console command mcx:event:list
The command scans all php files for constants with @Event annotations.
It then outputs all found events as a text-table or a JSON list.
screenshots
json output with manual selection of output fields
TODO
- filtering of events
- sorting of events
- grouping of events
