Download the PHP package bentools/guzzle-queued without Composer
On this page you can find all versions of the php package bentools/guzzle-queued. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bentools/guzzle-queued
More information about bentools/guzzle-queued
Files in bentools/guzzle-queued
Download bentools/guzzle-queued
More information about bentools/guzzle-queued
Files in bentools/guzzle-queued
Vendor bentools
Package guzzle-queued
Short Description Queues asynchronous requests, handled by workers.
License MIT
Package guzzle-queued
Short Description Queues asynchronous requests, handled by workers.
License MIT
Please rate this library. Is it a good library?
Informations about the package guzzle-queued
Guzzle Queued Client
This library allows you to send asynchronous requests via Guzzle 6, using a queue system (only Beanstalk supported for the moment).
Installation
composer require bentools/guzzle-queued
Usage
Launch as many workers as needed with the following command:
Event Dispatcher
Create your own worker and hook to the following events:
- \BenTools\GuzzleQueued\JobEvent::BEFORE_PROCESS: before the request is processed
- \BenTools\GuzzleQueued\JobEvent::AFTER_PROCESS: after the request is processed
- \BenTools\GuzzleQueued\JobEvent::ERROR: if an error occured
Change response, prevent the request from being effectively sent, delay the request, ...
All versions of guzzle-queued with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
~6.0
pda/pheanstalk Version ^3.1
symfony/event-dispatcher Version ~2.3|~3.0
symfony/console Version ~2.3|~3.0
pda/pheanstalk Version ^3.1
symfony/event-dispatcher Version ~2.3|~3.0
symfony/console Version ~2.3|~3.0
The package bentools/guzzle-queued contains the following files
Loading the files please wait ....