PHPackages                             idealistsoft/framework-iron-mq - 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. [Framework](/categories/framework)
4. /
5. idealistsoft/framework-iron-mq

Abandoned → [infuse/iron-mq](/?search=infuse%2Firon-mq)Library[Framework](/categories/framework)

idealistsoft/framework-iron-mq
==============================

IronMQ module for Infuse Framework

1.2(9y ago)0580[1 issues](https://github.com/infusephp/iron-mq/issues)1MITPHPPHP &gt;=5.4.0

Since Sep 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/infusephp/iron-mq)[ Packagist](https://packagist.org/packages/idealistsoft/framework-iron-mq)[ RSS](/packages/idealistsoft-framework-iron-mq/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (1)

iron-mq
=======

[](#iron-mq)

[![Build Status](https://camo.githubusercontent.com/6796e0280a9652230778056ac44e368f11c8dbde17bb34989da6b7b9006bc822/68747470733a2f2f7472617669732d63692e6f72672f696e667573657068702f69726f6e2d6d712e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/infusephp/iron-mq)[![Coverage Status](https://camo.githubusercontent.com/8e44116e341f69ab5e2dd2e674ec985a9d60c665ece4b99f08f89727ceb3d6cb/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f696e667573657068702f69726f6e2d6d712f62616467652e706e67)](https://coveralls.io/r/infusephp/iron-mq)[![Latest Stable Version](https://camo.githubusercontent.com/3b27e3ab54b2b219287c638bd1686c39fed8a22fbf63c9f9da287a6c71e213aa/68747470733a2f2f706f7365722e707567782e6f72672f696e667573652f69726f6e2d6d712f762f737461626c652e706e67)](https://packagist.org/packages/infuse/iron-mq)[![Total Downloads](https://camo.githubusercontent.com/3483938c58b8344c9d880a96b73a0558d0d426103a7e234252b3eb0a1ab99c38/68747470733a2f2f706f7365722e707567782e6f72672f696e667573652f69726f6e2d6d712f646f776e6c6f6164732e706e67)](https://packagist.org/packages/infuse/iron-mq)[![HHVM Status](https://camo.githubusercontent.com/7f4442a7f7b378db66240e1e48c81700503c277182f5f452f942ce621ec6da36/687474703a2f2f6868766d2e683463632e64652f62616467652f696e667573652f69726f6e2d6d712e737667)](http://hhvm.h4cc.de/package/infuse/iron-mq)

IronMQ module for Infuse Framework

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

[](#installation)

1. Install the package with [composer](http://getcomposer.org):

```
composer require infuse/iron-mq

```

2. Add the service to `services` in your app's configuration:

```
'services' => [
	// ...
	'ironmq' => 'Infuse\IronMQ\Services\IronMQ'
	// ....
]
```

3. Add the console command to run jobs to `modules.commands` in your app's configuration:

```
'modules' => [
	// ...
	'commands' => [
		// ...
		'Infuse\IronMQ\Console\SetupCommand',
		'Infuse\IronMQ\Console\ProcessCommand'
	]
]
```

4. (optional) Add an endpoint to your routing table to receive push queue messages:

```
'routes' => [
	// ...
	'POST /iron/message' => [
		'Infuse\IronMQ\Controller',
		'message'
    ]
	// ...
]
```

Usage
-----

[](#usage)

If you are using iron.io push queues they can be installed with `./infuse iron-setup`

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

3

Last Release

3527d ago

### Community

Maintainers

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

---

Tags

messageframeworkqueuebackgroundiron.ioinfuseironmq

### Embed Badge

![Health badge](/badges/idealistsoft-framework-iron-mq/health.svg)

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

###  Alternatives

[slim/flash

Slim Framework Flash message service provider

1522.2M99](/packages/slim-flash)[utopia-php/queue

A powerful task queue.

11183.5k3](/packages/utopia-php-queue)

PHPackages © 2026

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