From 881ec8a1ba31c55541094591f168b03163aed8e1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2019 10:22:33 +0100 Subject: [PATCH] Live blogging from SymfonyLive London 2019 --- .../2019-09-13-live-blogging-symfonylive-london.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md index 53d810ff..7853c505 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -121,11 +121,7 @@ Notifier - Keep your kernel away from infrastructure. Let the framework handle the infrastructure. * Controller -> Command -> Command Bus -> `CommandHandler` -### 2016 - -* New intern. Understand everything, 'just PHP'. Plain PHP application, not 'scary Symfony' - -### What did we win? +#### What did we win? * Can leverage Middleware with a command bus * Queues as a service (RabbitMQ) @@ -134,3 +130,9 @@ Notifier * Publish/subscribe - Producer -> Fanout/direct with routing (multiple queues) -> multiple consumers * Topics - wildcards + +### 2016 + +* New intern. Understand everything, 'just PHP'. Plain PHP application, not 'scary Symfony' + +* `composer req symfony/messager` - best MessageBus implementation