Skip to content

Commit

Permalink
add link to Symfony bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Apr 24, 2017
1 parent 79277bc commit 62c0aed
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,18 @@ $bus->pullAndPublish($purchase_order);
* [Base usage](docs/base.md)
* [Raise events in self](docs/raise_in_self.md)
* Listener
* [Switch listener](docs/listener/switch.md)
* Locator
* [Voter locator](docs/listener/locator/voter.md)
* [Event class locator](docs/listener/locator/event_class.md)
* [Event class last part locator](docs/listener/locator/event_class_last_part.md)
* [Named event locator](docs/listener/locator/named_event.md)
* [Container aware locator](docs/listener/locator/container_aware.md)
* [Switch listener](docs/listener/switch.md)
* Locator
* [Voter locator](docs/listener/locator/voter.md)
* [Event class locator](docs/listener/locator/event_class.md)
* [Event class last part locator](docs/listener/locator/event_class_last_part.md)
* [Named event locator](docs/listener/locator/named_event.md)
* [Container aware locator](docs/listener/locator/container_aware.md)
* Queue
* [Queue event bus](docs/queue/bus.md)
* [Queues](docs/queue/queues.md)
* [Queue event bus](docs/queue/bus.md)
* [Queues](docs/queue/queues.md)
* Frameworks
* [Symfony bundle](https://github.com/gpslab/domain-event-bundle)

## License

Expand Down

0 comments on commit 62c0aed

Please sign in to comment.