php-symfony-event-dispatcher

dispatch events and listen to them
  https://symfony.com/doc/5.4/components/event_dispatcher.html
  0
  no reviews



The Symfony EventDispatcher Component implements the mediator pattern and thus allows individual parts of an application to communicate with each other by dispatching events and listening to them.

Symfony is a PHP framework, a set of tools and a development methodology.