PHPackages                             detailnet/iron\_mq-module - 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. detailnet/iron\_mq-module

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

detailnet/iron\_mq-module
=========================

IronMQ Module for Zend Framework 2

0.1.2(10y ago)1961MITPHPPHP &gt;=5.4.0

Since Nov 14Pushed 10y ago3 watchersCompare

[ Source](https://github.com/detailnet/iron_mq-module)[ Packagist](https://packagist.org/packages/detailnet/iron_mq-module)[ Docs](https://github.com/detailnet/iron_mq-module/)[ RSS](/packages/detailnet-iron-mq-module/feed)WikiDiscussions master Synced 1mo ago

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

Zend Framework 2 Module for IronMQ
==================================

[](#zend-framework-2-module-for-ironmq)

Introduction
------------

[](#introduction)

This module integrates [IronMQ](https://github.com/iron-io/iron_mq_php) with [Zend Framework 2](https://github.com/zendframework/zf2).

Requirements
------------

[](#requirements)

[Zend Framework 2 Skeleton Application](http://www.github.com/zendframework/ZendSkeletonApplication) (or compatible architecture)

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

[](#installation)

Install the module through [Composer](http://getcomposer.org/) using the following steps:

1. `cd my/project/directory`
2. Create a `composer.json` file with following contents (or update your existing file accordingly):

    ```
    {
        "require": {
            "detailnet/iron_mq-module": "dev-master"
        }
    }
    ```
3. Install Composer via `curl -s http://getcomposer.org/installer | php` (on Windows, download the [installer](http://getcomposer.org/installer) and execute it with PHP)
4. Run `php composer.phar self-update`
5. Run `php composer.phar install`
6. Open `configs/application.config.php` and add following key to your `modules`:

    ```
    'Detail\IronMq',
    ```
7. Copy `vendor/detailnet/iron_mq-module/config/iron_mq.local.php.dist` into your application's `config/autoload` directory, rename it to `iron_mq.local.php` and make the appropriate changes.

Usage
-----

[](#usage)

tbd

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Total

3

Last Release

3924d ago

PHP version history (2 changes)0.1.0PHP &gt;=5.3.3

0.1.1PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/ca881f1116d03f5f9469b1700f60b0547140369403147a9105b562cc7e5f1311?d=identicon)[curzio-della-santa](/maintainers/curzio-della-santa)

---

Tags

MQmodulezf2iron mqiron

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/detailnet-iron-mq-module/health.svg)

```
[![Health](https://phpackages.com/badges/detailnet-iron-mq-module/health.svg)](https://phpackages.com/packages/detailnet-iron-mq-module)
```

PHPackages © 2026

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