Live blogging from SymfonyLive London 2019

This commit is contained in:
Oliver Davies 2019-09-13 10:34:16 +01:00
parent 28b2adb79a
commit 97f90717ba

View file

@ -147,3 +147,7 @@ Notifier
* Transports as middleware (needs sender, receiver, configurable with DSN, encode/decode). `MESSENGER_DSN` added to `.env`
* Start consumer with `bin/console messager:consume-messages`. Time limit with `--time-limit 300`
* PHP Enqueue - production ready, battle-tested messaging solution for PHP
### Issues
* Transformers, takes an object and transforms into an array - `FooTransformer implements TransformerInterface`.