PHPackages                             tailwind/laravel-rackspace-cloudqueue - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. tailwind/laravel-rackspace-cloudqueue

ActiveLibrary[Queues &amp; Workers](/categories/queues)

tailwind/laravel-rackspace-cloudqueue
=====================================

Rackspace CloudQueue driver for Laravel Queue

v2.0.2(10y ago)25173MITPHPPHP &gt;=5.4.0

Since Jan 15Pushed 7y ago27 watchersCompare

[ Source](https://github.com/tailwind/laravel-rackspace-cloudqueue)[ Packagist](https://packagist.org/packages/tailwind/laravel-rackspace-cloudqueue)[ RSS](/packages/tailwind-laravel-rackspace-cloudqueue/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (7)Used By (0)

Laravel Rackspace CloudQueue Driver [![Build Status](https://camo.githubusercontent.com/f9551f54705ccac67a8516a5d3e11ee8d3f707888562e87fdded0b85a485e329/68747470733a2f2f7472617669732d63692e6f72672f7461696c77696e642f6c61726176656c2d7261636b73706163652d636c6f756471756575652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/tailwind/laravel-rackspace-cloudqueue)
==================================================================================================================================================================================================================================================================================================================================================================================

[](#laravel-rackspace-cloudqueue-driver-)

> **Note**: Currently there is only support for Laravel 4.2.

\##Installation

### Install via Composer

[](#install-via-composer)

Require this package in your composer.json and run composer update:

"tailwind/laravel-rackspace-cloudqueue": "~2.0"

### Add Configuration

[](#add-configuration)

```
/// config/queue.php

return array(

    'default'     => 'rackspace',

    'connections' => array(

        'rackspace'  => [
            'driver'   => 'rackspace',
            'queue'    => 'default_tube', /// the default queue
            'endpoint' => 'US',  /// US or UK
            'username' => 'SOME_RACKSPACE_USERNAME',
            'apiKey'   => 'SOME_RACKSPACE_API_KEY',
            'region'   => 'ORD', /// THE REGION WHERE THE QUEUE IS SETUP
            'urlType'  => 'internalURL', /// Optional, defaults to internalURL
        ]

    ),

);,
```

### Add Service Provider

[](#add-service-provider)

```
/// config/app.php

return array(

    'providers'  => array(
        'Tailwind\RackspaceCloudQueue\RackspaceCloudQueueServiceProvider'
    ),
);
```

Changelog
---------

[](#changelog)

### Version 2.0.2

[](#version-202)

- Fix a bug where 10 items were popped off a time and only 1 was processed

### Version 2.0

[](#version-20)

- Change to Tailwind namespace
- Shorten driver name to just "rackspace"
- Add support for specifying a tube besides the default
- Add to Packagist
- Add test suite

### Version 1.0

[](#version-10)

- Transfer from [cchiles](https://github.com/cchiles) to Tailwind
- Support for RackspaceCloudQueue

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 93.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~40 days

Recently: every ~50 days

Total

6

Last Release

3932d ago

Major Versions

v1.0 → 2.0.x-dev2015-07-22

PHP version history (2 changes)1.0.x-devPHP &gt;=5.3.0

v2.0.1PHP &gt;=5.4.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/957608?v=4)[Will Washburn](/maintainers/willwashburn)[@willwashburn](https://github.com/willwashburn)

---

Top Contributors

[![willwashburn](https://avatars.githubusercontent.com/u/957608?v=4)](https://github.com/willwashburn "willwashburn (15 commits)")[![cchiles](https://avatars.githubusercontent.com/u/135844?v=4)](https://github.com/cchiles "cchiles (1 commits)")

---

Tags

laravelqueuerackspacecloudqueuerackspace queue

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tailwind-laravel-rackspace-cloudqueue/health.svg)

```
[![Health](https://phpackages.com/badges/tailwind-laravel-rackspace-cloudqueue/health.svg)](https://phpackages.com/packages/tailwind-laravel-rackspace-cloudqueue)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
