[commits] [Wiki] created: Doc/Dev/HordeEventDispatcher

Ralf Lang (B1 Systems GmbH) lang at b1-systems.de
Thu Nov 25 08:28:59 UTC 2021


rlang  Thu, 25 Nov 2021 08:28:59 +0000

Created page: https://wiki.horde.org/Doc/Dev/HordeEventDispatcher

[[toc]]

+ Horde/EventDispatcher

++ Description

Horde's EventDispatcher component, implementing the PSR-14 standard.
Horde already has the Doc/Dev/HordePubSub library, but it is not used  
in many places and modernizing it would have been equal or more effort  
than implementing the standard.

++ Usage

++ Bugs

List any tickets on http://bugs.horde.org/ that cover this issue or  
are relevant to it.

++ People

Ralf Lang

++ Resources

Include links to protocol descriptions, specifications, RFCs, external  
applications, presentations on http://horde.org/papers/ or elsewhere  
that are relevant, articles, API docs from http://dev.horde.org/ -  
anything that might be useful to someone working on this.

* Repo: https://github.com/maintaina-com/EventDispatcher/ (Currently  
not upstreamed to horde organisation)
* PSR-14: https://www.php-fig.org/psr/psr-14/


++ UPGRADING

+++ Logger

An early implementation supported the unnamespaced Horde_Log_Logger.  
This has been changed, we only support the Psr\Log\LoggerInterface and  
through this also the PSR-3 compatible Horde\Log\Logger. If no logger  
is provided, we will resort to the Psr\Log\NullLogger to prevent if  
cases.

+++ From Horde/PubSub

TODO

----
Back to the ((Project|Project List))



More information about the commits mailing list