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

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

laravelcollective/iron-queue
============================

IronMQ support for the Laravel queue.

v5.7.1(7y ago)3129.2k24MITPHPPHP &gt;=5.6.4

Since Dec 23Pushed 7y ago2 watchersCompare

[ Source](https://github.com/LaravelCollective/iron-queue)[ Packagist](https://packagist.org/packages/laravelcollective/iron-queue)[ Docs](http://laravelcollective.com)[ RSS](/packages/laravelcollective-iron-queue/feed)WikiDiscussions 5.7 Synced 4w ago

READMEChangelog (10)Dependencies (10)Versions (21)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 and matches the driver that was found in Laravel 5.1.

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

[](#installation)

- composer require laravelcollective/iron-queue
- Add `Collective\IronQueue\IronQueueServiceProvider::class` to your `app.php` configuration file.
- Configure your `iron` queue driver in your `config/queue.php` the same as it would have been configured for Laravel 5.1.

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

39

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~54 days

Recently: every ~37 days

Total

20

Last Release

2819d ago

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

v5.4.0PHP &gt;=5.6.4

v5.5PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3033e31411665568146bf823404e1d1c789fa0d93cba99ae3a891f100b4c279e?d=identicon)[tshafer](/maintainers/tshafer)

![](https://www.gravatar.com/avatar/57fcaf88725f82e8ec5a410e9b28c26b33f3a3793a0c8a920a1c694e7e4c773d?d=identicon)[adamgoose](/maintainers/adamgoose)

![](https://www.gravatar.com/avatar/81d026d950739c978b844ac79e6b454e7fedc95ceffdcc4da09893c2497c7255?d=identicon)[mlantz](/maintainers/mlantz)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k51.0M7.7k](/packages/larastan-larastan)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k89.4M575](/packages/laravel-passport)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9772.3M122](/packages/roots-acorn)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77018.2M124](/packages/laravel-mcp)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M165](/packages/laravel-ai)

PHPackages © 2026

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