The Event package provides an implementation of the observer pattern, which permits objects to subscribe to events, and to be notified when an event has been dispatched by an emitter.
This package can be installed with Composer.
composer require titon/event:*