PHPackages                             etechflow/module-admin-reindex - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. etechflow/module-admin-reindex

ActiveMagento2-module[DevOps &amp; Deployment](/categories/devops)

etechflow/module-admin-reindex
==============================

Run Magento indexers from the admin browser instead of CLI. Adds a 'Reindex' mass action + 'Reindex All' button to System → Tools → Index Management. No SSH required. Hyvä / Magento Open Source / Adobe Commerce compatible.

1.2.0(1mo ago)04proprietaryPHPPHP ~8.1.0||~8.2.0||~8.3.0||~8.4.0CI passing

Since May 21Pushed 1mo agoCompare

[ Source](https://github.com/etechflow/module-admin-reindex)[ Packagist](https://packagist.org/packages/etechflow/module-admin-reindex)[ RSS](/packages/etechflow-module-admin-reindex/feed)WikiDiscussions main Synced 3w ago

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

ETechFlow\_AdminReindex
=======================

[](#etechflow_adminreindex)

Run Magento indexers from the admin browser instead of CLI. Adds a **"Reindex"** mass-action option and a **"Reindex All"** button to **System → Tools → Index Management** — for teams without SSH/CLI access to the production server.

Commercial eTechFlow module. Per-domain HMAC license or eTechFlow bundle key activates the module on your production host. Dev / staging / `*.magento.cloud` / `localhost` etc. auto-detect and bypass licensing — no key needed for local work.

What it adds to the admin
-------------------------

[](#what-it-adds-to-the-admin)

1. **"Reindex"** option in the existing mass-action dropdown on the Index Management grid — tick rows, click Submit, confirm. Per-indexer green/red messages with runtime in seconds.
2. **"Reindex All"** button in the page action toolbar — rebuilds every indexer in sequence.

Limited admin users without the `ETechFlow_AdminReindex::run` ACL resource see the stock Index Management page unchanged.

Features
--------

[](#features)

Reindex selected indexers from the admin grid✓Reindex every indexer with one button click✓Per-indexer success/failure messages with runtime in seconds✓Form-key + ACL protected (no CSRF, granular role permissions)✓Per-domain HMAC licensing + bundle key support✓Tideways span instrumentation (`ETechFlow_AR_MassReindex`)✓Verify CLI (`etechflow:ar:verify`)✓No SSH / no CLI / no cron knowledge needed✓Works on any Magento install — no DB changes, no frontend assets✓Compatibility
-------------

[](#compatibility)

PlatformStatusMagento Open Source 2.4.4 – 2.4.8✓Adobe Commerce 2.4.4 – 2.4.8✓Hyvä-themed storefronts✓ (admin-only module — Hyvä doesn't touch admin)PHP 8.1 / 8.2 / 8.3 / 8.4✓Installation
------------

[](#installation)

```
# Option A — Composer
composer require etechflow/module-admin-reindex:^1.0
bin/magento module:enable ETechFlow_AdminReindex
bin/magento setup:upgrade
bin/magento setup:di:compile      # production mode only
bin/magento cache:flush

# Option B — Manual drop-in
cp -r ETechFlow/AdminReindex app/code/ETechFlow/AdminReindex
bin/magento module:enable ETechFlow_AdminReindex
bin/magento setup:upgrade
bin/magento setup:di:compile      # production mode only
bin/magento cache:flush
```

No database tables, no config rows beyond admin settings.

Licensing
---------

[](#licensing)

**Admin → Stores → Configuration → eTechFlow → Admin Reindex → License**

FieldDefaultWhat it does**Production Environment**YesYes = check the license key. No = run at full features without a key (use on dev/staging on non-standard domains).**License Key**(empty)Paste the per-domain key from your purchase email.If you bought the eTechFlow bundle, enter the bundle key under any module's *License* section — it activates all eTechFlow modules at once.

Dev / staging hosts (`.test`, `.local`, `localhost`, RFC 1918 IPs, `*.magento.cloud`, `*.ngrok.io`, common `staging.`/`dev.`/`qa.` prefixes) auto-detect and bypass licensing — engineers don't need a real key locally.

Permissions
-----------

[](#permissions)

Two new ACL resources appear under **Stores → Permissions → User Roles → Role Resources**:

- `ETechFlow_AdminReindex::run` — required to see the *Reindex* mass action and *Reindex All* button, and to POST to the run endpoint.
- `ETechFlow_AdminReindex::config` — required to see the admin config section.

Both are granted to the *Administrators* role by default. Assign granularly to limited roles as needed.

Smoke test
----------

[](#smoke-test)

After installing, confirm the module is healthy:

```
bin/magento etechflow:ar:verify
```

Should print `✅ ALL CHECKS PASSED. v1.0.0 verified.`

Uninstall
---------

[](#uninstall)

```
bin/magento module:disable ETechFlow_AdminReindex
bin/magento cache:flush

# Composer:
composer remove etechflow/module-admin-reindex
# Manual:
rm -rf app/code/ETechFlow/AdminReindex
bin/magento setup:upgrade
bin/magento cache:flush
```

Nothing to clean from the database — the module doesn't add tables.

License
-------

[](#license)

Proprietary — see `LICENSE.txt`. Commercial licenses available at .

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance92

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~5 days

Total

4

Last Release

48d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/72d596daffc1cbadfe809b006d2fc518e5ca32cdccca9485410d282898d07ba1?d=identicon)[etechflow0](/maintainers/etechflow0)

---

Top Contributors

[![ayeshanisar786](https://avatars.githubusercontent.com/u/106437953?v=4)](https://github.com/ayeshanisar786 "ayeshanisar786 (3 commits)")[![Mazharsial](https://avatars.githubusercontent.com/u/227858384?v=4)](https://github.com/Mazharsial "Mazharsial (1 commits)")

---

Tags

admindevopsecommerceetechflowhyvahyva-compatibleindexermagento-2magento-modulemagento2magento2-modulephp

### Embed Badge

![Health badge](/badges/etechflow-module-admin-reindex/health.svg)

```
[![Health](https://phpackages.com/badges/etechflow-module-admin-reindex/health.svg)](https://phpackages.com/packages/etechflow-module-admin-reindex)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68357.9k](/packages/run-as-root-magento2-prometheus-exporter)[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.4M1](/packages/fastly-magento2)[buckaroo/magento2

Buckaroo Magento 2 extension

32420.3k8](/packages/buckaroo-magento2)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

1615.9k](/packages/mage-os-module-inventory-reservations-grid)

PHPackages © 2026

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