PHPackages                             briteskies/module-extendable-shipping-save-processor - 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. briteskies/module-extendable-shipping-save-processor

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

briteskies/module-extendable-shipping-save-processor
====================================================

1.0.1(8y ago)58631MITJavaScript

Since Sep 21Pushed 8y ago4 watchersCompare

[ Source](https://github.com/Briteskies-LLC/module-extendable-shipping-save-processor)[ Packagist](https://packagist.org/packages/briteskies/module-extendable-shipping-save-processor)[ RSS](/packages/briteskies-module-extendable-shipping-save-processor/feed)WikiDiscussions master Synced 2w ago

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

Magento2 Extendable Shipping Save Processor
===========================================

[](#magento2-extendable-shipping-save-processor)

Because we need extensions to not conflict with each other.

How to use
----------

[](#how-to-use)

```
// Your/Module/view/frontend/requirejs-config.js

var config = {
    "config": {
        "mixins": {
            "Briteskies_ExtendableShippingSaveProcessor/extender": {
                "Your_Module/extender": true
            }
        }
    }
}
```

```
// Your/Module/view/frontend/web/extender.js

define(['mage/utils/wrapper'], function (wrapper) {
    'use strict';

    return function (processor) {
        return wrapper.wrap(processor, function (proceed, payload) {
            payload = proceed(payload);
            payload.extension_attributes.yourAttribute = 'value';
            return payload;
        });
    };
});
```

But why put it on github?
-------------------------

[](#but-why-put-it-on-github)

Easier installation across our multiple implementations.

Okay, but did you submit a Pull Request to Magento?
---------------------------------------------------

[](#okay-but-did-you-submit-a-pull-request-to-magento)

[Yes, Yes I did](https://github.com/magento/magento2/pull/10991). Go vote on it?

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

Established project with proven stability

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 ~0 days

Total

2

Last Release

3203d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1385911?v=4)[briteskies](/maintainers/briteskies)[@briteskies](https://github.com/briteskies)

---

Tags

javascriptmagentomagento2magento2-module

### Embed Badge

![Health badge](/badges/briteskies-module-extendable-shipping-save-processor/health.svg)

```
[![Health](https://phpackages.com/badges/briteskies-module-extendable-shipping-save-processor/health.svg)](https://phpackages.com/packages/briteskies-module-extendable-shipping-save-processor)
```

###  Alternatives

[elgentos/regenerate-catalog-urls

Regenerate Catalog URL Rewrites (products, categories, cms pages)

2832.6M](/packages/elgentos-regenerate-catalog-urls)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68353.9k](/packages/run-as-root-magento2-prometheus-exporter)[myparcelnl/magento

A Magento 2 module that creates MyParcel labels

1859.0k](/packages/myparcelnl-magento)[loki/magento2-components

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

1010.0k22](/packages/loki-magento2-components)[magepal/magento2-form-field-manager

Customer and Address Form Fields Manager for Magento2

273.9k](/packages/magepal-magento2-form-field-manager)[mage-os/module-llm-txt

AI-powered LLMs.txt generation for Magento 2 / Mage-OS stores. Help AI systems understand your store with OpenAI-generated content.

233.3k](/packages/mage-os-module-llm-txt)

PHPackages © 2026

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