smskin/trackable-events

Trackable events for the control dispatching process

0.1.0 2021-12-29 15:17 UTC

This package is auto-updated.

Last update: 2024-10-29 06:41:44 UTC


README

You can track the lifecycle of events (in my project it uses for logging the event bus)

Example of uses

  • Create the event and implement TrackableEvent interface
  • Create listener for handle EventDispatching event
  • Register listener in EventServiceProvider
  • Dispatch event
  • profit