Download the PHP package bupy7/zf-queue without Composer
On this page you can find all versions of the php package bupy7/zf-queue. 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 zf-queue
zf-queue
Abstract queue module for Laminas. Module contains only abstract layers to create their own integrations using this module.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json file.
Integration
Ready integrations
- Doctrine 2 ORM
Create their own integration
TODO
Usage
Create task
Let's create our first an example task for queue:
Run task
After you need to register task to queue manager:
Now, add queue.config.php
to your config list:
Add the task to queue
Run queue
License
zf-queue is released under the BSD 3-Clause License.
All versions of zf-queue with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
container-interop/container-interop Version ^1.2
laminas/laminas-stdlib Version ^3.1
laminas/laminas-modulemanager Version ^2.7
laminas/laminas-servicemanager Version ^3.1
container-interop/container-interop Version ^1.2
laminas/laminas-stdlib Version ^3.1
laminas/laminas-modulemanager Version ^2.7
laminas/laminas-servicemanager Version ^3.1
The package bupy7/zf-queue contains the following files
Loading the files please wait ....