Download the PHP package blacksmith-project/event-manager without Composer
On this page you can find all versions of the php package blacksmith-project/event-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download blacksmith-project/event-manager
More information about blacksmith-project/event-manager
Files in blacksmith-project/event-manager
Download blacksmith-project/event-manager
More information about blacksmith-project/event-manager
Files in blacksmith-project/event-manager
Vendor blacksmith-project
Package event-manager
Short Description A PHP library providing event tools
License MIT
Package event-manager
Short Description A PHP library providing event tools
License MIT
Please rate this library. Is it a good library?
Informations about the package event-manager
BlacksmithProject's Event Manager
A PHP Library providing tools to manage Events in Domain Driven Design.
How to use it
Make your Entity implements \BSP\EventManager\IRegisterEvent
and use \BSP\EventManager\EventRegistration
.
Your Entity can now contain its own events.
Example:
You now have access to $entity->recordedEvents()
, and can loop on those, to dispatch them for example.
Then, you can call $entity->clearRegisteredEvents()
to clear them off.
All versions of event-manager with dependencies
PHP Build Version
Package Version
No informations.
The package blacksmith-project/event-manager contains the following files
Loading the files please wait ....