PHPackages                             hydreflab/iron-queue - 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. hydreflab/iron-queue

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

hydreflab/iron-queue
====================

IronMQ support for the Laravel queue.

v5.6(8y ago)556.0k↓100%5MITPHPPHP ^7.1.3

Since Dec 23Pushed 8y ago2 watchersCompare

[ Source](https://github.com/HydrefLab/iron-queue)[ Packagist](https://packagist.org/packages/hydreflab/iron-queue)[ RSS](/packages/hydreflab-iron-queue/feed)WikiDiscussions 5.6 Synced 2mo ago

READMEChangelogDependencies (10)Versions (18)Used By (0)

IronMQ Laravel Queue Driver
===========================

[](#ironmq-laravel-queue-driver)

This package provides a IronMQ (~4.0 SDK) driver for the Laravel queue system.

History
-------

[](#history)

This repository is a fork of [LaravelCollective IronMQ driver repo](https://github.com/LaravelCollective/iron-queue).

I've decided to fork and maintain IronMQ driver repository due to lack of support from original authors/maintainers.

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

[](#installation)

- `composer require hydreflab/iron-queue` (currently for Laravel 5.6)
- since Laravel 5.5, no service provider registration is needed
- prior to Laravel 5.5, register service provider in your `config/app.php````
    'providers' => [
        // ...

        Collective\IronQueue\IronQueueServiceProvider::class,
    ]

    ```
- configure your `iron` queue driver in your `config/queue.php`.
- set `iron` as your queue driver in your `.env`.

To install driver for Laravel 5.x, run `composer require hydreflab/iron-queue:5.x.*` and replace `x` with the desired version.

Sample Configuration:

```
'iron' => [
    'driver'  => 'iron',
    'host'    => 'mq-aws-us-east-1-1.iron.io',
    'token'   => 'your-token',
    'project' => 'your-project-id',
    'queue'   => 'your-queue-name',
    'encrypt' => true,
    'timeout' => 60
],
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 68.1% 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 ~52 days

Recently: every ~63 days

Total

16

Last Release

3017d ago

PHP version history (4 changes)v5.2PHP &gt;=5.5.9

5.3.x-devPHP &gt;=5.6.4

5.5PHP &gt;=7.0.0

5.6.x-devPHP ^7.1.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bb2ae00cd837b7401dbf87896a68199303dade9ffc301cd0dc6674802aa8c9d?d=identicon)[golonix](/maintainers/golonix)

---

Top Contributors

[![golonix](https://avatars.githubusercontent.com/u/9950778?v=4)](https://github.com/golonix "golonix (32 commits)")[![tshafer](https://avatars.githubusercontent.com/u/299464?v=4)](https://github.com/tshafer "tshafer (11 commits)")[![alex-litvak](https://avatars.githubusercontent.com/u/10514478?v=4)](https://github.com/alex-litvak "alex-litvak (1 commits)")[![josezenem](https://avatars.githubusercontent.com/u/377520?v=4)](https://github.com/josezenem "josezenem (1 commits)")[![stayallive](https://avatars.githubusercontent.com/u/1090754?v=4)](https://github.com/stayallive "stayallive (1 commits)")[![taylorotwell](https://avatars.githubusercontent.com/u/463230?v=4)](https://github.com/taylorotwell "taylorotwell (1 commits)")

---

Tags

ironmqlaravelqueue

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hydreflab-iron-queue/health.svg)

```
[![Health](https://phpackages.com/badges/hydreflab-iron-queue/health.svg)](https://phpackages.com/packages/hydreflab-iron-queue)
```

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[bref/laravel-bridge

An advanced Laravel integration for Bref, including Octane support.

3384.1M11](/packages/bref-laravel-bridge)[spatie/laravel-honeypot

Preventing spam submitted through forms

1.6k6.0M60](/packages/spatie-laravel-honeypot)[illuminate/queue

The Illuminate Queue package.

20331.4M1.2k](/packages/illuminate-queue)[illuminate/auth

The Illuminate Auth package.

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

PHPackages © 2026

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