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.
List any tickets on http://bugs.horde.org/ that cover this issue or are relevant to it.
Ralf Lang
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.
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.
TODO
Back to the Project List