Skip to content

Commit

Permalink
Merge pull request dddshelf#12 from kix/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
keyvanakbary committed Jun 30, 2016
2 parents 6271e82 + c2a3b59 commit 355fa44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ As a collateral benefit, the Doctrine Session manages internally the ```flush```

This library is capable to support asynchronous messaging in order to make Bounded Context capable to listen to other Bounded Context's events in an efficient way. The base for this is the both the **[amqp](https://pecl.php.net/package/amqp)** and the **[react's event loop](https://github.com/reactphp/event-loop)**. In addition, to support more efficient event loopings, we recommend the installation of one of this extensions

* **[libevent](https://php.net/manual/es/book.libevent.php)**
* **[libev](https://php.net/manual/es/intro.ev.php)**
* **[event](https://php.net/manual/es/book.event.php)**
* **[libevent](https://php.net/manual/en/book.libevent.php)**
* **[libev](https://php.net/manual/en/intro.ev.php)**
* **[event](https://php.net/manual/en/book.event.php)**

The usage of any of this extensions is handled by ReactPHP's *event-loop* in a totally transparent way.

Expand Down Expand Up @@ -312,4 +312,4 @@ $notificationService = new NotificationService(
);

$notificationService->publish(/** ... **/);
```
```

0 comments on commit 355fa44

Please sign in to comment.