Download the PHP package symbiotic/event without Composer
On this page you can find all versions of the php package symbiotic/event. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download symbiotic/event
More information about symbiotic/event
Files in symbiotic/event
Download symbiotic/event
More information about symbiotic/event
Files in symbiotic/event
Vendor symbiotic
Package event
Short Description Slim, PSR-14 Event Manager lightweight micro implementation
License MIT
Package event
Short Description Slim, PSR-14 Event Manager lightweight micro implementation
License MIT
Please rate this library. Is it a good library?
Informations about the package event
Symbiotic Event Dispatcher
README.RU.md РУССКОЕ ОПИСАНИЕ
Features
- Compatible with PSR-14
- Simple and lightweight (2.5 Kb)
- Accepts class names as subscribers
- Can be shared with your DI container
- No private properties and methods
Installation
Usage
Basic
With your revolver subscribers
You can wrap the subscribers yourself and handle the event for example, you can pass the event to a class or execute it through your DI container.
Stoppable events
If the event implements the \Psr\EventDispatcher\StoppableEventInterface interface, then it can be stopped:
This behavior can be useful for events that require listeners to stop processing.
All versions of event with dependencies
PHP Build Version
Package Version
The package symbiotic/event contains the following files
Loading the files please wait ....