Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 490 Bytes

File metadata and controls

21 lines (13 loc) · 490 Bytes

Event Package

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.

Installation

This package can be installed with Composer.

composer require titon/event:*

Documentation