Live blogging from SymfonyLive London 2019
This commit is contained in:
parent
28b2adb79a
commit
97f90717ba
|
@ -147,3 +147,7 @@ Notifier
|
||||||
* Transports as middleware (needs sender, receiver, configurable with DSN, encode/decode). `MESSENGER_DSN` added to `.env`
|
* 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`
|
* Start consumer with `bin/console messager:consume-messages`. Time limit with `--time-limit 300`
|
||||||
* PHP Enqueue - production ready, battle-tested messaging solution for PHP
|
* PHP Enqueue - production ready, battle-tested messaging solution for PHP
|
||||||
|
|
||||||
|
### Issues
|
||||||
|
|
||||||
|
* Transformers, takes an object and transforms into an array - `FooTransformer implements TransformerInterface`.
|
||||||
|
|
Reference in a new issue