An open API service indexing awesome lists of open source software.

https://github.com/bpolaszek/guzzle-queue-handler

A queue handler to process Guzzle 6+ requests within a work queue.
https://github.com/bpolaszek/guzzle-queue-handler

Last synced: 11 months ago
JSON representation

A queue handler to process Guzzle 6+ requests within a work queue.

Awesome Lists containing this project

README

          

[![Latest Stable Version](https://poser.pugx.org/bentools/guzzle-queue-handler/v/stable)](https://packagist.org/packages/bentools/guzzle-queue-handler)
[![License](https://poser.pugx.org/bentools/guzzle-queue-handler/license)](https://packagist.org/packages/bentools/guzzle-queue-handler)
[![Build Status](https://img.shields.io/travis/bpolaszek/guzzle-queue-handler/master.svg?style=flat-square)](https://travis-ci.org/bpolaszek/guzzle-queue-handler)
[![Coverage Status](https://coveralls.io/repos/github/bpolaszek/guzzle-queue-handler/badge.svg?branch=master)](https://coveralls.io/github/bpolaszek/guzzle-queue-handler?branch=master)
[![Quality Score](https://img.shields.io/scrutinizer/g/bpolaszek/guzzle-queue-handler.svg?style=flat-square)](https://scrutinizer-ci.com/g/bpolaszek/guzzle-queue-handler)
[![Total Downloads](https://poser.pugx.org/bentools/guzzle-queue-handler/downloads)](https://packagist.org/packages/bentools/guzzle-queue-handler)

# guzzle-queue-handler
A queue handler to process Guzzle 6+ requests within a work queue.

> [!IMPORTANT]
> This repository is no longer maintained and may be removed in a near future. You may consider creating a fork if you still require it.