Download the PHP package lamoda/tactician-queue-bundle without Composer
On this page you can find all versions of the php package lamoda/tactician-queue-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lamoda/tactician-queue-bundle
More information about lamoda/tactician-queue-bundle
Files in lamoda/tactician-queue-bundle
Package tactician-queue-bundle
Short Description Symfony bundle for lamoda/tactician-queue library
License MIT
Informations about the package tactician-queue-bundle
Lamoda Tactician Queue Middleware
Library provides middleware that gives you ability to execute commands via Tactician in async or delayed way
Installation
Composer
Configuration
Before usage, please read the documentation for lamoda/queue-bundle
Bundle provides special middleware for tactician integration. This middleware add supports of async command execution, event with scheduling.
To enable this feature do the following:
-
Add extra configuration:
-
Add at least one strategy, that will convert commands into jobs:
-
Add queue middleware to the list of tactician middlewares:
-
Now every time you call
this command will be published into the queue.
All versions of tactician-queue-bundle with dependencies
doctrine/orm Version ^2.6.3
lamoda/queue-bundle Version ^1.0 || ^2.0
lamoda/tactician-queue Version ^1.0
league/tactician Version ^1.0
league/tactician-bundle Version ^1.1.17
symfony/serializer Version ^3.4 || ^4.0