PHPackages                             patchworks/magento2-connector - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. patchworks/magento2-connector

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

patchworks/magento2-connector
=============================

Patchworks Connector module for Magento2

1.04(8y ago)1869OSL-3.0PHP

Since Sep 29Pushed 8y ago1 watchersCompare

[ Source](https://github.com/andyslater99/patchworks-magento2-connector)[ Packagist](https://packagist.org/packages/patchworks/magento2-connector)[ RSS](/packages/patchworks-magento2-connector/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (8)Used By (0)

Magento2 Patchworks Connector
=============================

[](#magento2-patchworks-connector)

The Magento2 Patchworks Connector, provides extensions to the standard Magento2 REST API to give a few extra features that come in handy when importing/exporting data from Magento2.

\#Installation To install and enable the module, run the following commands from the root location of your Magento2 installation:

1. composer require patchworks/magento2-connector
2. php bin/magento module:enable Patchworks\_Connector

\#Note This module is still in first release beta.

\#About Patchworks
Patchworks middleware helps integrate data between different business systems. Check out the website above for more information.

\#Key Features

**Reindex (GET)**
/rest/V1/patchworks/reindex?index={indexName}
Allows a remote system to trigger a reindex process via the REST API.

**REST API Error Report**
/rest/V1/patchworks/apierror?report={reportNumber}
Allows the remote retrieval of the webapi-X error from the logs folder.

**Image Search (GET)**
/rest/V1/patchworks/imagesearch?sku={sku}
Allows a remote system to search the /media/import folder for image references that have a file name matching the SKU passed in the URL. Matching images are then returned as an array for use in external systems.

**Mass Stock Update (PUT)**
/rest/V1/patchworks/stocklevels/
Allowance for external systems to post stock levels on mass, the module then updates the database directly with the new stock level data.

When sending data to this function it expects the following format:

```
{
    'stock_items': {
        'sku': 'ABC123',
        'qty': 49
    },
    {
        'sku': 'FJ3FF',
        'qty': 23
    }
}
```

**Mass Stock Export (GET)**
/rest/V1/patchworks/stocklevels/
Allows the export of all stocklevels from the Magento system in a single call.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

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

Total

5

Last Release

3161d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/296ca877b281aff55360449453247082e42c8108881bd66a272ea91dabef5b1a?d=identicon)[patchworks](/maintainers/patchworks)

---

Top Contributors

[![andyslater99](https://avatars.githubusercontent.com/u/9929097?v=4)](https://github.com/andyslater99 "andyslater99 (1 commits)")[![smitha4juno](https://avatars.githubusercontent.com/u/22659467?v=4)](https://github.com/smitha4juno "smitha4juno (1 commits)")

### Embed Badge

![Health badge](/badges/patchworks-magento2-connector/health.svg)

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

PHPackages © 2026

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