psr / event-dispatcher-message
Standard interfaces for message handling.
Installs: 1 633
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 7
Forks: 0
Open Issues: 0
Requires
- php: >=7.1.0
- psr/event-dispatcher: >=0.6.0
This package is auto-updated.
Last update: 2019-04-02 15:35:23 UTC
README
This repository holds interfaces related to PSR-14's Message format.
Note that this is not an Event Dispatcher implementation of its own. It is merely interfaces that describe the components of an Event Dispatcher. See the specification for more details.
Usage
We'll certainly need some stuff in here.