PHPackages                             webgriffe/index-queue-extension - 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. webgriffe/index-queue-extension

ActiveMagento-module

webgriffe/index-queue-extension
===============================

Magento extension that queues indexing operations.

1.0.8(8y ago)14653OSL-3.0PHP

Since Mar 9Pushed 8y ago10 watchersCompare

[ Source](https://github.com/webgriffe/index-queue-extension)[ Packagist](https://packagist.org/packages/webgriffe/index-queue-extension)[ RSS](/packages/webgriffe-index-queue-extension/feed)WikiDiscussions master Synced 1mo ago

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

Webgriffe IndexQueue Magento Extension
======================================

[](#webgriffe-indexqueue-magento-extension)

[![Build Status](https://camo.githubusercontent.com/35929c341a79abc0bc22b37ab314e2c674f1a94a616f42e16661d9639a96be80/68747470733a2f2f7472617669732d63692e6f72672f7765626772696666652f696e6465782d71756575652d657874656e73696f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/webgriffe/index-queue-extension)

This Magento extension queues indexing operations with a queue manager backend. It's based on [Lilmuckers\_Queue](https://github.com/lilmuckers/magento-lilmuckers_queue) extension.

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

[](#installation)

Add the extension to your `composer.json` or install it with [modman](https://github.com/colinmollenhour/modman). After you should set up queue backend. For example, to use **[Beanstalk](http://kr.github.io/beanstalkd/)** merge this in your `local.xml`:

```

            beanstalkd

                        127.0.0.1

```

Usage
-----

[](#usage)

After installation all indexing operations are automatically queued. You can disable this behavior in *System -&gt; Configuration -&gt; System -&gt; Index Queue*. To process queued indexing tasks you have to start queue watching by workers. To do that, as stated in [Lilmuckers\_Queue](https://github.com/lilmuckers/magento-lilmuckers_queue) extension documentation, run the following commands:

```
$ cd /path/to/magento/shell
$ php queue.php --watch

```

Contributing
------------

[](#contributing)

Please, contribute! Clone this repository, customize your parameters and then use provided continuous integration script to install Magento and run tests.

```
$ cd /some/path
$ git clone git@github.com:webgriffe/index-queue-extension.git
$ cd index-queue-extension/
$ cp params.sh.dist params.sh

```

Customize parameters in `params.sh` file. Then run:

```
$ ./ci.sh

```

This will installs Magento in `magento` directory and then will run tests with [EcomDev\_PHPUnit](https://github.com/EcomDev/EcomDev_PHPUnit).

Credits
-------

[](#credits)

This extension has been developed by [Webgriffe®](http://www.webgriffe.com/). Please, report to us any bug or suggestion by GitHub issues.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 82.3% 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 ~59 days

Recently: every ~100 days

Total

9

Last Release

3242d ago

### Community

Maintainers

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

---

Top Contributors

[![mmenozzi](https://avatars.githubusercontent.com/u/1199914?v=4)](https://github.com/mmenozzi "mmenozzi (51 commits)")[![azambon](https://avatars.githubusercontent.com/u/2920227?v=4)](https://github.com/azambon "azambon (10 commits)")[![cdlate](https://avatars.githubusercontent.com/u/1154278?v=4)](https://github.com/cdlate "cdlate (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/webgriffe-index-queue-extension/health.svg)

```
[![Health](https://phpackages.com/badges/webgriffe-index-queue-extension/health.svg)](https://phpackages.com/packages/webgriffe-index-queue-extension)
```

PHPackages © 2026

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