Download the PHP package eresults/worker-bundle without Composer
On this page you can find all versions of the php package eresults/worker-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package worker-bundle
WorkerBundle
eResults\WorkerBundle
adds abstraction to queue providers and allow to create Workers to consume queue workload.
Requirements
- PHP >=7.4
- Symfony ^4.4|^5.0
Installation
Configuration
Usage
You can access any configured provider or queue through the Symfony Container
You can easily create Workers
Then you can launch your worker like any other command
You can pass options.
This command wait 60 seconds for a workload from the queue, will process a maximum of 10 workloads or exit when used memory exceeds 128Mb and exit if the executeWorker()
throw an exception.
All versions of worker-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
ext-zlib Version *
symfony/console Version ^4.0|^5.0
symfony/dependency-injection Version ^4.0|^5.0
symfony/config Version ^4.0|^5.0
symfony/http-kernel Version ^4.0|^5.0
ext-zlib Version *
symfony/console Version ^4.0|^5.0
symfony/dependency-injection Version ^4.0|^5.0
symfony/config Version ^4.0|^5.0
symfony/http-kernel Version ^4.0|^5.0
The package eresults/worker-bundle contains the following files
Loading the files please wait ....