PHPackages                             elgentos/magento2-apicacheindexmanagement - 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. [API Development](/categories/api)
4. /
5. elgentos/magento2-apicacheindexmanagement

ActiveMagento2-module[API Development](/categories/api)

elgentos/magento2-apicacheindexmanagement
=========================================

Extension to invalidate caches and reindex indexers through the REST API.

1.0.0(5y ago)71.2k↓50.8%[1 issues](https://github.com/elgentos/magento2-apicacheindexmanagement/issues)OSL-3.0PHP

Since Nov 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/elgentos/magento2-apicacheindexmanagement)[ Packagist](https://packagist.org/packages/elgentos/magento2-apicacheindexmanagement)[ RSS](/packages/elgentos-magento2-apicacheindexmanagement/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Elgentos ApiCacheIndexManagement
================================

[](#elgentos-apicacheindexmanagement)

Extension to invalidate caches and reindex indexers through the REST API. All routes are POST routes.

Both `{ids}` and `{skus}` can be passed as comma-separated strings or arrays.

Cache routes
------------

[](#cache-routes)

```
/V1/cache/flushAll
/V1/cache/flushAllInvalidated
/V1/cache/flush/{cacheType}
/V1/cache/flush/products (parameters; ids / skus)
/V1/cache/flush/categories (parameters; ids / skus)

```

Possible `cacheTypes`;

```
config
layout
block_html
collections
reflection
db_ddl
compiled_config
eav
customer_notification
full_page
config_integration
config_integration_api
config_webservice
translate

```

There could be more or less cache types, depending on your installation. See `bin/magento cache:status` for your full list.

Index routes
------------

[](#index-routes)

```
/V1/index/reindexAll
/V1/index/reindexAllInvalidated
/V1/index/reindex/{indexName} (optional parameters; ids / skus)

```

Possible `indexNames`:

```
design_config_grid                       Design Config Grid
customer_grid                            Customer Grid
catalog_category_product                 Category Products
catalog_product_category                 Product Categories
catalogrule_rule                         Catalog Rule Product
catalog_product_attribute                Product EAV
cataloginventory_stock                   Stock
catalog_product_price                    Product Price
catalogrule_product                      Catalog Product Rule
catalogsearch_fulltext                   Catalog Search

```

There could be more or less indexes, depending on your installation. See `bin/magento indexer:info` for your full list.

Note about re-indexing using the `{skus}` parameter: it is possible to use parameter this in combination with a non-product indexer, such as `customer_grid`. Doing this will fetch the product IDs belonging to the passed SKUs, and will then reindex the *customers* with that specific entity ID. This shouldn't introduce any problems, but it's fairly useless.

Possible response codes
-----------------------

[](#possible-response-codes)

CodeMessage200Cache clean successfully / Indexers are reindexed successfully304No tags to clean / Already cleaned cache500Could not reindex / could not clear cache

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2067d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/88a6d8dc588e8f2a0948335563a754687f71304f0bd3b7f7049d4bcdc00a563c?d=identicon)[peterjaap](/maintainers/peterjaap)

---

Top Contributors

[![peterjaap](https://avatars.githubusercontent.com/u/431360?v=4)](https://github.com/peterjaap "peterjaap (6 commits)")

### Embed Badge

![Health badge](/badges/elgentos-magento2-apicacheindexmanagement/health.svg)

```
[![Health](https://phpackages.com/badges/elgentos-magento2-apicacheindexmanagement/health.svg)](https://phpackages.com/packages/elgentos-magento2-apicacheindexmanagement)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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