Queueing mechanism for guzzle
#Installation
###Composer.json requirements
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ivanbatic/guzzle.git"
},
{
"type": "vcs",
"url": "https://github.com/ivanbatic/guzzle-queue.git"
}
],
"require": {
"guzzlehttp/guzzle": "4.0.*-dev",
"ivanbatic/guzzle-queue": "dev-master"
}