PHPackages                             nathanmac/laravel-queue-softlayer - 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. nathanmac/laravel-queue-softlayer

ActiveLibrary

nathanmac/laravel-queue-softlayer
=================================

SoftLayer message driver for Laravel Queue

v1.1(11y ago)0301MITPHPPHP &gt;=5.4.0

Since Nov 19Pushed 11y ago1 watchersCompare

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

READMEChangelogDependencies (5)Versions (3)Used By (0)

SoftLayer Message Queue driver for Laravel
==========================================

[](#softlayer-message-queue-driver-for-laravel)

[![License](https://camo.githubusercontent.com/bc9d660f766cdd8161fe29ac082a7563f7e66560b8c828b2d5f863eefaf44f00/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e617468616e6d61632f6c61726176656c2d71756575652d736f66746c617965722e737667)](https://github.com/nathanmac/laravel-queue-softlayer/blob/master/LICENSE.md)[![Build Status](https://camo.githubusercontent.com/bee4cf1c63243ebc2dd65c06333448161f592aff223546ace3dc335005cee996/68747470733a2f2f7472617669732d63692e6f72672f6e617468616e6d61632f6c61726176656c2d71756575652d736f66746c617965722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/nathanmac/laravel-queue-softlayer)

Installation
------------

[](#installation)

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

```
"nathanmac/laravel-queue-softlayer": "1.*"

```

or run:

```
composer require "nathanmac/laravel-queue-softlayer"

```

After composer update is finished you need to add ServiceProvider to your `providers` array in app.php:

```
'Nathanmac\LaravelQueueSoftLayer\LaravelQueueSoftLayerServiceProvider',

```

now you are able to configure your connections in queue.php:

```
return [

	'default'     => 'softlayer',

	'connections' => [

		'softlayer' => [
			'driver'         => 'softlayer',

	        'account'        => '', // SoftLayer Queue Account
			'username'       => '', // SoftLayer Username
			'token'          => '', // SoftLayer Password

			'queue'          => '', // name of the default queue

			 // Optional configuration settings for SoftLayer
            'endpoint'       => 'dal05',
            'private'        => true
		],

	],

];

```

Usage
-----

[](#usage)

Once you completed the configuration you can use Laravel Queue API. If you used other queue drivers you do not need to change anything else. If you do not know how to use Queue API, please refer to the official Laravel documentation:

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

2

Last Release

4192d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e938d7304b579f1f6ba7895dcee6b7b95eeb7f7aed77be6e4bcce777eb9e0245?d=identicon)[nathanmac](/maintainers/nathanmac)

---

Top Contributors

[![nathanmac](https://avatars.githubusercontent.com/u/3205902?v=4)](https://github.com/nathanmac "nathanmac (11 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nathanmac-laravel-queue-softlayer/health.svg)

```
[![Health](https://phpackages.com/badges/nathanmac-laravel-queue-softlayer/health.svg)](https://phpackages.com/packages/nathanmac-laravel-queue-softlayer)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k84.2M225](/packages/laravel-horizon)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[illuminate/broadcasting

The Illuminate Broadcasting package.

7126.5M178](/packages/illuminate-broadcasting)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[palpalani/laravel-sqs-queue-json-reader

Custom SQS queue reader for Laravel

26109.8k](/packages/palpalani-laravel-sqs-queue-json-reader)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1286.2k](/packages/shaffe-laravel-mail-log-channel)

PHPackages © 2026

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