Ripple is a PHP event dispatcher library that allows you to create event-driven systems by providing a simple and easy-to-use interface for handling events.

1.0.0 2023-05-10 01:29 UTC

This package is auto-updated.

Last update: 2024-09-10 04:27:56 UTC


README

Ripple is a PHP event dispatcher library that allows you to create event-driven systems by providing a simple and easy-to-use interface for handling events.

Features

  • Simple event dispatching and handling
  • Easy-to-use interface for adding, removing, and retrieving event listeners
  • Support for priority-based event handling
  • Ability to stop event propagation
  • Aggregate listeners for event types
  • Unit-tested and well-documented