laminas / laminas-eventmanager

Trigger and listen to events within a PHP application
https://docs.laminas.dev/laminas-eventmanager/
BSD 3-Clause "New" or "Revised" License
1.02k stars 13 forks source link

Become a PSR-14 provider #12

Open weierophinney opened 3 years ago

weierophinney commented 3 years ago
Q A
BC Break no
New Feature yes
RFC yes (see original ZF issue)

Description

This patch adapts EventManager to work as a PSR-14 EventDispatcher. It does so by doing the following:

The patch also deprecates a number of features, including:


TODO


Fixes #2

chris1312 commented 3 years ago

@weierophinney @Xerkus any thoughts when this can be released?

weierophinney commented 3 years ago

@chris1312 I need to find time to document and create migration documentation (and/or scripts). It's a pretty big change, and I've been swamped with the migration to github actions, unfortunately.

chris1312 commented 3 years ago

Roger that. Thanks for the update!