Download the PHP package etechflow/module-admin-reindex without Composer

On this page you can find all versions of the php package etechflow/module-admin-reindex. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package module-admin-reindex

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

  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

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

Platform Status
Magento 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

No database tables, no config rows beyond admin settings.

Licensing

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

Field Default What it does
Production Environment Yes Yes = 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

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

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

Smoke test

After installing, confirm the module is healthy:

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

Uninstall

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

License

Proprietary — see LICENSE.txt. Commercial licenses available at https://etechflow.com.


All versions of module-admin-reindex with dependencies

PHP Build Version
Package Version
Requires php Version ~8.1.0||~8.2.0||~8.3.0||~8.4.0
magento/framework Version ^103.0||^104.0
magento/module-indexer Version ^100.4||^101.0
magento/module-backend Version ^102.0||^103.0
magento/module-config Version ^101.2||^102.0
magento/module-store Version ^101.1||^102.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package etechflow/module-admin-reindex contains the following files

Loading the files please wait ...