Download the PHP package macs/rad-domain-event without Composer
On this page you can find all versions of the php package macs/rad-domain-event. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download macs/rad-domain-event
More information about macs/rad-domain-event
Files in macs/rad-domain-event
Download macs/rad-domain-event
More information about macs/rad-domain-event
Files in macs/rad-domain-event
Vendor macs
Package rad-domain-event
Short Description Provide RAD Domain Event component
License MIT
Package rad-domain-event
Short Description Provide RAD Domain Event component
License MIT
Please rate this library. Is it a good library?
Informations about the package rad-domain-event
Knp Rad Domain Event
A lightweight domain event pattern implementation for Doctrine2.
Official maintainers:
Installation
With composer :
If you are using Symfony you can update your app/AppKernel.php
file:
Usage
Setup your entity
First, make sure your entity implements the ProviderTrait.
Raise event
Trigger any event from your entity, through the raise
method.
It will be turned into a Knp\Rad\DomainEvent\Event object and dispatched once your entity has been flushed.
Listen to this event
Then, of course, register your listener.
All versions of rad-domain-event with dependencies
PHP Build Version
Package Version
Requires
php Version
*
symfony/http-kernel Version @stable
symfony/dependency-injection Version @stable
symfony/config Version @stable
doctrine/orm Version @stable
symfony/http-kernel Version @stable
symfony/dependency-injection Version @stable
symfony/config Version @stable
doctrine/orm Version @stable
The package macs/rad-domain-event contains the following files
Loading the files please wait ....