Download the PHP package t4web/queue without Composer
On this page you can find all versions of the php package t4web/queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor t4web
Package queue
Short Description ZF2 Module. Message broker software implementation
License BSD-3-Clause
Homepage https://github.com/t4web/Queue
Package queue
Short Description ZF2 Module. Message broker software implementation
License BSD-3-Clause
Homepage https://github.com/t4web/Queue
Please rate this library. Is it a good library?
Informations about the package queue
Queue
ZF2 Module. Message broker software implementation
Introduction
Contain parts:
Server
- get messages from queue and run workers, monitor running workers countProducer
- produces messages and sends them to the queueWorker
- you background jobStorage
- messages storage
Workflow
- Client tell
Producer
what it want to process Producer
create message and put it inStorage
and get Message Id. After this push Server to process message by IdServer
check Workers count (if too much workers are running, wait) and runWorker
with Message Id.Worker
- get message from storage and process it.
In the box we provide 2 Servers:
- Realtime server - uses ReactPHP to run a non-blocking server that accepts messages via a socket and executes them in a background process.
- Interval server - check storage for Messages by interval (run by cronjob)
Configuring
Just add in you config:
Runing
All versions of queue with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.5 || ^7.0
zendframework/zend-console Version ~2.5.0
zendframework/zend-db Version ~2.5.0
zendframework/zend-json Version ~2.5.0
zendframework/zend-mvc Version ~2.5.0
zendframework/zend-servicemanager Version ~2.5.0
symfony/process Version ~3.1.0
react/socket Version ~0.4.2
t4web/admin Version dev-master
t4web/infrastructure Version ~1.2.0
t4web/crud Version dev-master
t4web/domain-module Version ~1.2.0
zendframework/zend-console Version ~2.5.0
zendframework/zend-db Version ~2.5.0
zendframework/zend-json Version ~2.5.0
zendframework/zend-mvc Version ~2.5.0
zendframework/zend-servicemanager Version ~2.5.0
symfony/process Version ~3.1.0
react/socket Version ~0.4.2
t4web/admin Version dev-master
t4web/infrastructure Version ~1.2.0
t4web/crud Version dev-master
t4web/domain-module Version ~1.2.0
The package t4web/queue contains the following files
Loading the files please wait ....