mcx/shopware6-event-list

Parses source code of the shopware installation and lists all events found

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 1

Type:shopware-platform-plugin

0.0.1 2022-12-16 11:35 UTC

This package is auto-updated.

Last update: 2024-04-29 20:43:56 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

default output

json output with manual selection of output fields

TODO

  • filtering of events
  • sorting of events
  • grouping of events