Download the PHP package rybakdigital/queue-bundle without Composer
On this page you can find all versions of the php package rybakdigital/queue-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rybakdigital/queue-bundle
More information about rybakdigital/queue-bundle
Files in rybakdigital/queue-bundle
Download rybakdigital/queue-bundle
More information about rybakdigital/queue-bundle
Files in rybakdigital/queue-bundle
Please rate this library. Is it a good library?
Informations about the package queue-bundle
Queue Bundle
Simple queue bundle for Symfony 4 application
Usage
Add as a requirement via composer:
Use console command to execute next task from the queue:
Examples
Execute task from named queue:
Will execute next available task from queue thats labeled as my_queue (task 2).
It will call generate
of App\Class\Name
class and pass 2 arrays: options and data.
All versions of queue-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1.3
doctrine/orm Version ^2.6
symfony/dependency-injection Version ^4.1
symfony/http-kernel Version ^4.1
symfony/config Version ^4.1
symfony/console Version ^4.1
doctrine/orm Version ^2.6
symfony/dependency-injection Version ^4.1
symfony/http-kernel Version ^4.1
symfony/config Version ^4.1
symfony/console Version ^4.1
The package rybakdigital/queue-bundle contains the following files
Collapse All