Feat: Modern PSR-14 alarm system#3
Merged
ralflang merged 5 commits intoFRAMEWORK_6_0from Mar 30, 2026
Merged
Conversation
This is not a trivial upgrade. While the new version checks all the modernization boxes it also hooks into the PSR-14 EventListener ecosystem as provided by horde/EventListener library.
- Integration Tests - Upgrading from legacy to new API - Comparison to logging and notification - what is what? - General unit test explanations
ralflang
added a commit
that referenced
this pull request
Mar 30, 2026
Release version 3.0.0-beta1 Merge pull request #3 from horde/feat/alarm-modernization docs: Document the new horde/alarm EventListener system test: Split integration tests off true unit tests feat: Modern API based on EventListener PSR-14 interface test: Modernize unit tests for PHPUnit 11-13 and remove dependency on horde/test style: Apply php-cs-fixer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a new PSR-14 alarm system as an upgrade path from horde/alarm.
This is based on earlier work from 2021 I could not release in the original form.
We will not pursue this for Horde 6.0 initial release. It's in its early stages and will be leveraged in later feature packs.
Comes with a lot of documentation and tests.