PHPackages                             pixie-media/patching - 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. pixie-media/patching

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

pixie-media/patching
====================

Provides critical fixes for Magento 2

1.0.5(1y ago)0366↓100%OSL-3.0PHPPHP ^8.0

Since Jan 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/pixie-media/patching)[ Packagist](https://packagist.org/packages/pixie-media/patching)[ RSS](/packages/pixie-media-patching/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependencies (19)Versions (8)Used By (0)

Patches
=======

[](#patches)

To install
----------

[](#to-install)

```
composer require pixie-media/patching

```

To apply
--------

[](#to-apply)

```
./vendor/pixie-media/patching/bin/ece-patches apply

```

Universal patches
-----------------

[](#universal-patches)

In this repo

```
./patches

```

What adding patch to this repo update `patches.json`

Version relates to version found in `composer.lock`

### Format

[](#format)

```
Correct format: ____.patch
Example: MAGECLOUD-2899__fix_redis_slave_configuration__2.3.0.patch

```

### Example

[](#example)

[PIXIE001\_\_exception\_\_2.4.5.patch](patches/PIXIE001__exception__2.4.5.patch)

Local patches
-------------

[](#local-patches)

In project repo

```
./m2-hotfixes

```

Example patch

```
./m2-hotfixes/ga-patch.patch

```

```
diff --git a/vendor/magento/module-google-gtag/Block/Ga.php b/vendor/magento/module-google-gtag/Block/Ga.php
index ab5824a27..1597db4f8 100644
--- a/vendor/magento/module-google-gtag/Block/Ga.php
+++ b/vendor/magento/module-google-gtag/Block/Ga.php
@@ -159,6 +159,7 @@ class Ga extends Template
                 'value' => number_format((float) $order->getGrandTotal(), 2),
                 'tax' => number_format((float) $order->getTaxAmount(), 2),
                 'shipping' => number_format((float) $order->getShippingAmount(), 2),
+                'currency' => $order->getOrderCurrencyCode(),
             ];
             $result['currency'] = $order->getOrderCurrencyCode();
         }

```

How to create a local patch
---------------------------

[](#how-to-create-a-local-patch)

You want to patch `./vendor/magento/module-catalog/Model/ResourceModel/Product.php`

Note: project must be a git repo

- download `/vendor/magento/module-catalog/Model/ResourceModel/Product.php`
- `git add -f ./vendor/magento/module-catalog/Model/ResourceModel/Product.php`
- Edit file
- `git diff ./vendor/magento/module-catalog/Model/ResourceModel/Product.php > ./m2-hotfixes/test.patch`
- commit `./m2-hotfixes/test.patch` to repo

Note: You will need to revert changes to test patch applies correctly

Global patch log
----------------

[](#global-patch-log)

CodeDescriptionFile namePIXIE0012.4.5 No exception log fixPIXIE001\_\_exception\_\_2.4.5.patchPIXIE0023DS lookup error 2.4.5p1-p5PIXIE002\_\_braintree-3ds-lookup-error-fix\_\_2.4.5-p1\_p2\_p3\_p4\_p5.patchPIXIE003Order status errorPIXIE003\_\_status\_\_2.4.7-p1.patch

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance40

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Every ~67 days

Recently: every ~84 days

Total

6

Last Release

506d ago

PHP version history (2 changes)1.0.0PHP ^7.2 || ^8.0

1.0.5PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/334d159bfd34b04a88fac781d0cb2c3768d3fe97ac28c2d07c71638affcbc6e8?d=identicon)[pixie-commerce](/maintainers/pixie-commerce)

---

Top Contributors

[![DomPixie](https://avatars.githubusercontent.com/u/94372161?v=4)](https://github.com/DomPixie "DomPixie (9 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/pixie-media-patching/health.svg)

```
[![Health](https://phpackages.com/badges/pixie-media-patching/health.svg)](https://phpackages.com/packages/pixie-media-patching)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

53541.0k3](/packages/jolicode-castor)

PHPackages © 2026

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