mcx / shopware6-event-list
Parses source code of the shopware installation and lists all events found
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 1
Type:shopware-platform-plugin
Requires
- shopware/core: ^6.4
This package is auto-updated.
Last update: 2025-03-29 01:11:54 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