PHPackages                             br0sk/yii2-ironmq - 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. br0sk/yii2-ironmq

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

br0sk/yii2-ironmq
=================

Yii2 wrapper for IronMQ V3

0.1.3(10y ago)2387BSD-3-ClausePHPPHP &gt;=5.4.0

Since Nov 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/br0sk/yii2-ironmq)[ Packagist](https://packagist.org/packages/br0sk/yii2-ironmq)[ Docs](http://br0sk.blogspot.com)[ RSS](/packages/br0sk-yii2-ironmq/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

yii2-ironmq
===========

[](#yii2-ironmq)

A Yii2 extension for IronMQ V3

This is an extension for Yii2 that makes it easy to use IronMq V3.

Add it to the composer file

```
"require": {
    "php": ">=5.4.0",
    "yiisoft/yii2": "*",
    "yiisoft/yii2-bootstrap": "*",
    "yiisoft/yii2-swiftmailer": "*",
  	"br0sk/yii2-ironmq": "0.*",
},

```

You can configure it in your application `components` configuration like so:

```
'ironmq' => [
	//Mandatory config values
    'class' => 'br0sk\ironmq\IronMQ',
    'projectId' 	=> 'yourprojectid',
    'token' 		=> 'yourtoken'
	//Optional config values
	'protocol'  	=> 'https',
    'host'      	=> 'mq-aws-us-east-1-1.iron.io',
    'port'      	=> '443',
    'api_version' 	=> '3'
],

```

**note:** You can find the project id and token in the HUD for your V3 queue if you log in [here](https://hud-e.iron.io/). The tokens can be found on their own page here [here](https://hud.iron.io/tokens).

An example of typical usage:

```
	//Push a message to the queue
	$pushedMessage = Yii::$app->ironmq->postMessage("queue_name", "Test Message");
	//Reserve a message from the queue to process it
	$message = Yii::$app->ironmq->reserveMessage('queue_name');
	//When processing is done remove the message from the queue
	$deltedResult = Yii::$app->ironmq->deleteMessage('queue_name', $message->id, $message->reservation_id);

```

You can now use all the calls in the [IronMQ API](http://dev.iron.io/mq/3/reference/api/).

This extension is a wrapper for [irom\_mq\_php](https://github.com/iron-io/iron_mq_php/tree/v4)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Total

4

Last Release

3885d ago

### Community

Maintainers

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

---

Top Contributors

[![br0sk](https://avatars.githubusercontent.com/u/1075997?v=4)](https://github.com/br0sk "br0sk (6 commits)")

---

Tags

MQyii2iron.io

### Embed Badge

![Health badge](/badges/br0sk-yii2-ironmq/health.svg)

```
[![Health](https://phpackages.com/badges/br0sk-yii2-ironmq/health.svg)](https://phpackages.com/packages/br0sk-yii2-ironmq)
```

###  Alternatives

[iron-io/iron_mq

Client binding for IronMQ (hosted message queue)

881.8M31](/packages/iron-io-iron-mq)[mikemadisonweb/yii2-rabbitmq

Wrapper based on php-amqplib to incorporate messaging in your Yii2 application via RabbitMQ. Inspired by RabbitMqBundle for Symfony 2, really awesome package.

74272.6k1](/packages/mikemadisonweb-yii2-rabbitmq)[ignatenkovnikita/yii2-queuemanager

Yii2 Queue Manager

2063.4k2](/packages/ignatenkovnikita-yii2-queuemanager)

PHPackages © 2026

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